Back to Devexpress

TreeListDataColumnCellEditTemplateContext Properties

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

latest1.9 KB
Original Source

TreeListDataColumnCellEditTemplateContext Properties

Stores information about the data column’s edit cell and is passed as the context parameter to DxTreeListDataColumn.CellEditTemplate and DxTreeList.DataColumnCellEditTemplate.

NameDescription
DataColumnReturns a data column to which the edit cell belongs.
DataItemReturns the processed data item.
DisplayTextReturns the edit cell’s display text.
EditContextReturns the edit context.
EditModelReturns the edit model.
ParentDataItemReturns the parent data item of the processed node.
TreeListReturns the TreeList object.
VisibleIndexReturns the visible index of the current row.

See Also

TreeListDataColumnCellEditTemplateContext Class

TreeListDataColumnCellEditTemplateContext Members

DevExpress.Blazor Namespace