Skip to main content
A newer version of this page is available. .
All docs
V20.2

ColumnCollectionBase<TColumn> Class

The base class for column collections.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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