TreeListEditStartEventArgs Properties
Contains data for the EditStart event.Name | Description |
---|---|
Cancel | Specifies whether to start the edit operation. |
DataItem | Returns the processed data item. |
IsNew | Returns whether a new or existing data item is about to be edited. |
ParentDataItem | Returns the parent data item of the processed node. |
TreeList | Returns the TreeList object. |
See Also