Skip to main content
All docs
V23.2

ColumnCollectionBase<TColumn> Class

The base class for column collections.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.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