Skip to main content
A newer version of this page is available. .

GanttControlAppearanceCollection(GanttControl) Constructor

Initializes a new GanttControlAppearanceCollection object instance.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttControlAppearanceCollection(
    GanttControl owner
)

Parameters

Name Type Description
owner GanttControl

A GanttControl to which this collection belongs.

See Also