TreeListCommandColumnCellDisplayTemplateContext Properties
Stores information about a command column cell and is passed as the context
parameter to the DxTreeListCommandColumn.CellDisplayTemplate.
Name | Description |
---|---|
Command |
Returns the command column to which the cell belongs. |
Data |
Returns the processed data item. |
Delete |
Returns whether the Delete operation is available for a row from a remote data source. |
Edit |
Returns whether the Edit operation is available for a row from a remote data source. |
New |
Returns whether the Add operation is available for a row from a remote data source. |
Tree |
Returns the Tree |
Visible |
Returns the visible index of the current row. |
See Also