Back to Devexpress

TreeListCommandColumnCellDisplayTemplateContext Properties

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

latest1.8 KB
Original Source

TreeListCommandColumnCellDisplayTemplateContext Properties

Stores information about a command column cell and is passed as the context parameter to the DxTreeListCommandColumn.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 a remote data source.
EditEnabledReturns whether the Edit operation is available for a row from a remote data source.
NewEnabledReturns whether the Add operation is available for a row from a remote data source.
TreeListReturns the TreeList object.
VisibleIndexReturns the visible index of the current row.

See Also

TreeListCommandColumnCellDisplayTemplateContext Class

TreeListCommandColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace