Skip to main content

GridColumn Class

Represents a column within a Table View.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public class GridColumn :
    GridColumnBase,
    IDetailElement<BaseColumn>

#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.

See Also