Back to Devexpress

PrintArea Enum

wpf-devexpress-dot-xpf-dot-gantt-d756603a.md

latest1.3 KB
Original Source

PrintArea Enum

Lists values that specify parts of the GanttControl that should be printed.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public enum PrintArea
vb
Public Enum PrintArea

Members

NameDescription
Gantt

Prints the GanttControl‘s Gantt area.

| | TreeList |

Prints the GanttControl‘s TreeList area.

| | EntireControl |

Prints the entire GanttControl.

|

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

DevExpress.Xpf.Gantt Namespace