TreeListNodeCancelEventArgs Properties
Provides data for the ASPxTreeList.NodeCollapsing and ASPxTreeList.NodeExpanding events.Name | Description |
---|---|
Cancel | Gets or sets whether the operation performed on the processed node should be cancelled. |
Node | Gets the node currently being processed. Inherited from TreeListNodeEventArgs. |
See Also