Skip to main content

GridColumnData Class

Contains information about a column.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public class GridColumnData :
    GridDataBase,
    ISupportVisibleIndex

#Remarks

A GridColumnData object contains information about a grid column, and serves as a data context (binding source) for the following templates: GridColumn.GroupValueTemplate, GridViewBase.GroupValueTemplate, TableView.PrintHeaderTemplate and TableView.PrintFooterTemplate.

See Also