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

    Initializes a new GanttControlAppearanceCollection object instance.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttControlAppearanceCollection(
        GanttControl owner
    )

    Parameters

    Name Type Description
    owner GanttControl

    A GanttControl to which this collection belongs.

    See Also