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

GridDataColumnCellDisplayTemplateContext Properties

Stores information about a data column cell in the Grid and is passed as the context parameter to the DxGrid.DataColumnCellDisplayTemplate and DxGridDataColumn.CellDisplayTemplate.
Name Description
DataColumn
DisplayText
Grid Returns the Grid object. Inherited from GridColumnCellDisplayTemplateContext.
Value
VisibleIndex Returns the visible index of the current row. Inherited from GridColumnCellDisplayTemplateContext.
See Also