BeforeCollapseEventArgs Class
Provides data for the TreeList.BeforeCollapse event.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Remarks
The TreeList.BeforeCollapse event occurs before collapsing a Tree List node.
The BeforeCollapseEventArgs.CanCollapse property value indicates whether a node can be collapsed.
Inheritance
Object
EventArgs
NodeEventArgs
BeforeCollapseEventArgs
See Also