AccordionControl.ExpandElement(AccordionControlElement, Boolean) Method
In This Article
Expands the target element with optional animation effects.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
element | Accordion |
An Accordion |
should |
Boolean | true if expanding this element should be followed by animation effects; otherwise, false. |
#Remarks
Use the AccordionControl.ExpandAll method to expand all accordion elements at once.
See Also