Back to Devexpress

GridCommandColumnCellDisplayTemplateContext Properties

blazor-devexpress-dot-blazor-dot-gridcommandcolumncelldisplaytemplatecontext-dot-underscore-properties.md

latest1.5 KB
Original Source

GridCommandColumnCellDisplayTemplateContext Properties

Stores information about a command column cell and is passed as the context parameter to the DxGridCommandColumn.CellDisplayTemplate.

NameDescription
CommandColumnReturns the command column to which the cell belongs.
DataItemReturns the processed data item.
DeleteEnabledReturns whether the Delete operation is available for a row from an asynchronous data source.
EditEnabledReturns whether the Edit operation is available for a row from an asynchronous data source.
GridReturns the Grid object.
VisibleIndexReturns the visible index of the current row.

See Also

GridCommandColumnCellDisplayTemplateContext Class

GridCommandColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace