TreeListEditFormTemplateContext Properties
Stores information about the edit form in the TreeList and is passed as thecontext
parameter to the DxTreeList.EditFormTemplate.
Name | Description |
---|---|
DataItem | Returns the processed data item. |
EditContext | Returns the edit context. |
EditModel | Returns the edit model. |
ParentDataItem | Returns the parent data item of the processed node. |
TreeList | Returns the TreeList object. |
See Also