Skip to main content
A newer version of this page is available. .

ASPxClientNavBar.ExpandAll Method

Expands all groups of the navbar.

Declaration

ExpandAll(): void

Remarks

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

Note that a call to this method expands the groups even if the navbar’s ASPxNavBar.AllowExpanding (or a group’s NavBarGroup.AllowExpanding) property is set to false. A call to the ExpandAll method does not generate a sequence of the ASPxClientNavBar.ExpandedChanging and ASPxClientNavBar.ExpandedChanged events.

See Also