Gets a value indicating whether the chart can be printed.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public bool CanPrint { get; }
Visual Basic (Declaration)
Public ReadOnly Property CanPrint As Boolean

Implements

IExportableControl..::.CanPrint

See Also