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

NavBarGroupCollection.ExpandAll() Method

Expands all groups which belong to the current collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public void ExpandAll()

Remarks

Use the ExpandAll method to expand all groups within the navbar’s ASPxNavBar.Groups collection.

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 ASPxNavBar.ExpandedChanging and ASPxNavBar.ExpandedChanged events.

See Also