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

AccordionControl.CollapseAll() Method

Collapses all group elements that belong to this AccordionControl.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void CollapseAll()

Remarks

The CollapseAll method is the opposite of the AccordionControl.ExpandAll method. See this link to learn more.

See Also