TreeListCommandColumnCellEditTemplateContext Properties
Stores information about the command column’s edit cell and is passed as the context
parameter to the DxTreeListCommandColumn.CellEditTemplate.
Name | Description |
---|---|
Command |
Returns the command column to which the edit cell belongs. |
Data |
Returns the processed data item. |
Parent |
Returns the parent data item of the processed node. |
Tree |
Returns the Tree |
Visible |
Returns the visible index of the current row. |
See Also