Skip to main content

GanttControlBand.Columns Property

Provides access to the band’s child column collection.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public ObservableCollectionCore<GanttColumn> Columns { get; }

Property Value

Type Description
DevExpress.Xpf.Core.ObservableCollectionCore<GanttColumn>

A collection of columns.

Remarks

The band stores its child columns within the Columns collection. This collection provides methods that allow you to add new and remove existing columns. Individual columns are represented by the GanttColumn objects.

Note

The Bands and the Columns properties cannot be set simultaneously.

See Also