General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxTreeList.NodeCollapsing Event
Fires before a node is collapsed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
Declaration
public event TreeListNodeCancelEventHandler NodeCollapsing
Public Event NodeCollapsing As TreeListNodeCancelEventHandler
Event Data
The NodeCollapsing event handler receives an argument of the TreeListNodeCancelEventArgs type. The following properties provide information specific to this event.
Property | 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)
|
Remarks
Handle the NodeCollapsing event to specify whether the node is allowed to be collapsed. To cancel this action, set the event parameter's cancel property to true.
To learn more, see Expanding and Collapsing Nodes.
See Also
Feedback