ASPxClientNavBar.CollapseAll Method
Collapses all groups of the navbar.
Declaration
CollapseAll(): void
Remarks
Use the CollapseAll method to collapse all navbar groups on the client side.
The ExpandedChanging and ExpandedChanged events occur when a group is collapsed.
The CollapseAll method is not in effect for a group if its AllowExpanding property is set to false
.
When one of the following properties is set to false
, the CollapseAll method is not in effect:
See Also