Skip to main content
All docs
V25.1
  • ColumnCollectionBase<TColumn> Class

    The base class for column collections.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public abstract class ColumnCollectionBase<TColumn> :
        ObservableCollectionCore<TColumn>,
        IColumnCollection,
        IList,
        ICollection,
        IEnumerable,
        INotifyCollectionChanged,
        ILockable,
        ISupportGetCachedIndex<ColumnBase>
        where TColumn : ColumnBase

    Type Parameters

    Name Description
    TColumn

    GridColumn / TreeListColumn / GanttColumn

    Inheritance

    Object
    Collection<TColumn>
    ObservableCollection<TColumn>
    DevExpress.Xpf.Core.ObservableCollectionCore<TColumn>
    See Also