GridColumnCollection Class
In This Article
Represents the grid’s column collection.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Related API Members
The following members return GridColumnCollection objects:
#Remarks
The grid stores its columns within the DataControlBase.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<ColumnBase>
ObservableCollection<ColumnBase>
DevExpress.WinUI.Core.Internal.ObservableCollectionCore<ColumnBase>
DevExpress.WinUI.Grid.ColumnCollectionBase<ColumnBase>
GridColumnCollection
See Also