TreeListNodeEditingEventArgs Properties
Provides data for the ASPxTreeList.CancelNodeEditing and ASPxTreeList.StartNodeEditing events.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
NodeKey | Gets the edited node’s key value. |
See Also