BeforeCollapseEventArgs Properties
Provides data for the TreeList.BeforeCollapse event.Name | Description |
---|---|
CanCollapse | Gets or sets a value indicating whether a Tree List node can collapse. |
Node | Gets the current Tree List node. Inherited from NodeEventArgs. |
See Also