Skip to main content

ASPxClientNavBar.ExpandAll Method

In This Article

Expands all groups of the navbar.

#Declaration

TypeScript
ExpandAll(): void

#Remarks

Use the ExpandAll method to expand all navbar groups on the client side.

The ExpandedChanging and ExpandedChanged events occur when a group is expanded.

The ExpandAll 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 ExpandAll method is not in effect:

See Also