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

GanttColumnCollection Class

Represents the Gantt’s column collection.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public class GanttColumnCollection :
    TreeListColumnCollection

The following members return GanttColumnCollection objects:

Remarks

The Gantt control stores its columns in the Columns collection. This collection is represented by the GanttColumnCollection class. Members of this class can be used to add, delete, access individual columns and perform other common collection management tasks.

Implements

DevExpress.Utils.IAssignableCollection

Inheritance

Object
StateManagedCollectionBase
Collection
DevExpress.Web.Internal.WebColumnCollectionBase
See Also