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

GridCommandColumnCellDisplayTemplateContext Properties

Stores information about a command column cell and is passed as the context parameter to the DxGridCommandColumn.CellDisplayTemplate.
Name Description
CommandColumn Returns the command column to which the cell belongs.
DataItem Returns the processed data item. Inherited from GridColumnCellDisplayTemplateContext.
DeleteEnabled Returns whether the Delete operation is available for a row from an asynchronous data source.
EditEnabled Returns whether the Edit operation is available for a row from an asynchronous data source.
Grid Returns the Grid object. Inherited from GridColumnCellDisplayTemplateContext.
VisibleIndex Returns the visible index of the current row. Inherited from GridColumnCellDisplayTemplateContext.
See Also