Skip to main content

GanttColumnCollection(GanttControl) Constructor

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

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public GanttColumnCollection(
    GanttControl gantt
)

Parameters

Name Type Description
gantt GanttControl

A GanttControl object that owns the current collection.

See Also