Skip to main content
All docs
V25.1
  • GanttControlPrintAppearanceCollection(GanttControl) Constructor

    Initializes a new instance of the GanttControlPrintAppearanceCollection class with specified settings.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttControlPrintAppearanceCollection(
        GanttControl owner
    )

    Parameters

    Name Type Description
    owner GanttControl

    The control to which the options being created belong.

    See Also