Skip to main content

GridCommandColumnCellEditTemplateContext Properties

Stores information about the command column’s edit cell and is passed as the context parameter to the DxGridCommandColumn.CellEditTemplate.
Name Description
CommandColumn Returns the command column to which the edit cell belongs.
DataItem Returns the processed data item. Inherited from GridColumnCellDisplayTemplateContext.
Grid Returns the Grid object. Inherited from GridColumnCellDisplayTemplateContext.
VisibleIndex Returns the visible index of the current row. Inherited from GridColumnCellDisplayTemplateContext.
See Also