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

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public GanttControlPrintAppearanceCollection(
        GanttControl owner
    )

    Parameters

    Name Type Description
    owner GanttControl

    The control to which the options being created belong.

    See Also