TreeListCustomizeEditModelEventArgs Properties
Contains data for the CustomizeEditModel event.Name | Description |
---|---|
DataItem | Returns the processed data item. |
EditModel | Returns the edit model. |
IsNew | Returns whether the edit model corresponds to a new or existing row. |
ParentDataItem | Returns the parent data item of the processed node. |
TreeList | Returns the TreeList object. |
See Also