Skip to main content
All docs
V25.1
  • PrintArea Enum

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

    Namespace: DevExpress.Xpf.Gantt

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

    NuGet Package: DevExpress.Wpf.Gantt

    Declaration

    public enum PrintArea

    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.

    Gantt area

    See Also