TreeListCommandColumnCellEditTemplateContext Properties
Stores information about the command column’s edit cell and is passed as thecontext parameter to the DxTreeListCommandColumn.CellEditTemplate.
| Name | Description |
|---|---|
| CommandColumn | Returns the command column to which the edit cell belongs. |
| DataItem | Returns the processed data item. |
| ParentDataItem | Returns the parent data item of the processed node. |
| TreeList | Returns the TreeList object. |
| VisibleIndex | Returns the visible index of the current row. |
See Also