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

GanttColumnCollection(GanttControl) Constructor

Initializes a new instance of the GanttColumnCollection class with the specified owner.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public GanttColumnCollection(
    GanttControl gantt
)

Parameters

Name Type Description
gantt GanttControl

A GanttControl object that owns the current collection.

See Also