TreeListDataColumnCellDisplayTemplateContext Properties
Stores information about a data column cell in the TreeList and is passed as the context
parameter to the DxTreeList.DataColumnCellDisplayTemplate and DxTreeListDataColumn.CellDisplayTemplate.
Name | Description |
---|---|
Data |
Returns the data column to which the cell belongs. |
Data |
Returns the processed data item. |
Display |
Returns the cell’s display text. |
Tree |
Returns the Tree |
Value | Returns the cell value. |
Visible |
Returns the visible index of the current row. |
See Also