TreeListEditModelSavingEventArgs Properties
Contains data for the EditModelSaving event.
Name | Description |
---|---|
Cancel | Specifies whether to continue row editing. |
Data |
Returns the processed data item. |
Edit |
Returns the edit model. |
Is |
Returns whether the edit model corresponds to a new or existing row. |
Parent |
Returns the parent data item of the processed node. |
Reload |
Specifies whether to reload Tree |
Tree |
Returns the Tree |
See Also