wpf-devexpress-dot-xpf-dot-grid-dot-columncollectionbase-1.md
The base class for column collections.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public abstract class ColumnCollectionBase<TColumn> :
ObservableCollectionCore<TColumn>,
IColumnCollection,
IList,
ICollection,
IEnumerable,
INotifyCollectionChanged,
ILockable,
ISupportGetCachedIndex<ColumnBase>
where TColumn : ColumnBase
Public MustInherit Class ColumnCollectionBase(Of TColumn As ColumnBase)
Inherits ObservableCollectionCore(Of TColumn)
Implements IColumnCollection,
IList,
ICollection,
IEnumerable,
INotifyCollectionChanged,
ILockable,
ISupportGetCachedIndex(Of ColumnBase)
| Name | Description |
|---|---|
| TColumn |
GridColumn / TreeListColumn / GanttColumn
|
Object Collection<TColumn> ObservableCollection<TColumn> DevExpress.Xpf.Core.ObservableCollectionCore<TColumn> ColumnCollectionBase<TColumn> GanttColumnCollection
See Also