GridColumnCollection Class
Represents the grid’s column collection.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return GridColumnCollection objects:
Remarks
The grid stores its columns within the GridControl.Columns collection. The GridColumnCollection class provides methods that can be used to add, delete, or access individual columns and perform other common collection management tasks.
Inheritance
Object
Collection<GridColumnBase>
ObservableCollection<GridColumnBase>
DevExpress.Core.ObservableCollectionCore<GridColumnBase>
DevExpress.UI.Xaml.Grid.ColumnCollectionBase<GridColumnBase>
GridColumnCollection
See Also