Back to Devexpress

TreeListDataColumnCellDisplayTemplateContext Properties

blazor-devexpress-dot-blazor-dot-treelistdatacolumncelldisplaytemplatecontext-dot-underscore-properties.md

latest1.7 KB
Original Source

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.

NameDescription
DataColumnReturns the data column to which the cell belongs.
DataItemReturns the processed data item.
DisplayTextReturns the cell’s display text.
HighlightedDisplayTextReturns the cell’s display text that the search engine can highlight.
TreeListReturns the TreeList object.
ValueReturns the cell value.
VisibleIndexReturns the visible index of the current row.

See Also

TreeListDataColumnCellDisplayTemplateContext Class

TreeListDataColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace