Back to Devexpress

ColumnCollectionBase<TColumn> Class

wpf-devexpress-dot-xpf-dot-grid-dot-columncollectionbase-1.md

latest2.4 KB
Original Source

ColumnCollectionBase<TColumn> Class

The base class for column collections.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public abstract class ColumnCollectionBase<TColumn> :
    ObservableCollectionCore<TColumn>,
    IColumnCollection,
    IList,
    ICollection,
    IEnumerable,
    INotifyCollectionChanged,
    ILockable,
    ISupportGetCachedIndex<ColumnBase>
    where TColumn : ColumnBase
vb
Public MustInherit Class ColumnCollectionBase(Of TColumn As ColumnBase)
    Inherits ObservableCollectionCore(Of TColumn)
    Implements IColumnCollection,
               IList,
               ICollection,
               IEnumerable,
               INotifyCollectionChanged,
               ILockable,
               ISupportGetCachedIndex(Of ColumnBase)

Type Parameters

NameDescription
TColumn

GridColumn / TreeListColumn / GanttColumn

|

Inheritance

Object Collection<TColumn> ObservableCollection<TColumn> DevExpress.Xpf.Core.ObservableCollectionCore<TColumn> ColumnCollectionBase<TColumn> GanttColumnCollection

GridColumnCollection

TreeListColumnCollection

See Also

AddRange

ColumnCollectionBase<TColumn> Members

Columns and Card Fields

DevExpress.Xpf.Grid Namespace