TreeListCommandColumnCellDisplayTemplateContext Properties
Stores information about a command column cell and is passed as thecontext
parameter to the DxTreeListCommandColumn.CellDisplayTemplate.
Name | Description |
---|---|
CommandColumn | Returns the command column to which the cell belongs. |
DataItem | Returns the processed data item. |
DeleteEnabled | Returns whether the Delete operation is available for a row from a remote data source. |
EditEnabled | Returns whether the Edit operation is available for a row from a remote data source. |
NewEnabled | Returns whether the Add operation is available for a row from a remote data source. |
TreeList | Returns the TreeList object. |
VisibleIndex | Returns the visible index of the current row. |
See Also