Skip to main content
A newer version of this page is available. .

GridCellData Class

Contains information about a data cell.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public class GridCellData :
    GridColumnData

Remarks

A GridCellData object contains information about a data cell and serves as a data context (binding source) for the following templates: CardView.CardRowTemplate, ColumnBase.CellTemplate, DataViewBase.CellTemplate.

See Also