TreeListDataColumnCellEditTemplateContext Properties
Stores information about the data column’s edit cell and is passed as the context
parameter to DxTreeListDataColumn.CellEditTemplate and DxTreeList.DataColumnCellEditTemplate.
Name | Description |
---|---|
Data |
Returns a data column to which the edit cell belongs. |
Data |
Returns the processed data item. |
Display |
Returns the edit cell’s display text. |
Edit |
Returns the edit context. |
Edit |
Returns the edit model. |
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