GridColumn Class
In This Article
Represents a column within a Table View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Returned By
Properties that return GridColumn instances:
#Remarks
The grid control displays tabular information in its Views. Data sources present this information using data fields and records. In a Table View, data fields are represented as columns, and records are displayed as rows.
Columns are encapsulated by GridColumn objects. These objects are stored within the grid's GridControl.Columns collection.
To learn more, see Creating Columns and Binding Them to Data Fields.
#Inheritance
Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DXFrameworkContentElement
BaseColumn
ColumnBase
DevExpress.Xpf.Grid.GridColumnBase
GridColumn
See Also