Back to Devexpress

GanttColumnCollection Class

aspnet-devexpress-dot-web-dot-aspxgantt-289c95d2.md

latest1.8 KB
Original Source

GanttColumnCollection Class

Represents the Gantt’s column collection.

Namespace : DevExpress.Web.ASPxGantt

Assembly : DevExpress.Web.ASPxGantt.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GanttColumnCollection :
    WebColumnCollectionBase
vb
Public Class GanttColumnCollection
    Inherits WebColumnCollectionBase

The following members return GanttColumnCollection objects:

Remarks

Members of this class can be used to add, delete, access individual columns and perform other common collection management tasks.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase GanttColumnCollection

See Also

GanttColumnCollection Members

DevExpress.Web.ASPxGantt Namespace