PrintArea Enum
Lists values that specify parts of the GanttControl that should be printed.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Members
Name | Description |
---|---|
Gantt
|
Prints the GanttControl‘s Gantt area. |
TreeList
|
Prints the GanttControl‘s TreeList area. |
EntireControl
|
Prints the entire GanttControl. |
Related API Members
The following properties accept/return PrintArea values:
Remarks
The values listed by this enumeration are used to set the GanttView.PrintArea property’s value.
See Also