ASPxClientTreeViewNodeCancelEventArgs Properties
Provides data for the ASPxClientTreeView.ExpandedChanging event.
Name | Description |
---|---|
cancel |
Gets or sets a value indicating whether the action which raised the event should be canceled.
Inherited from ASPx |
node | Gets a node object related to the event. |
process |
Specifies whether or not to process the event on the server.
Inherited from ASPx |
See Also