AccordionControl.GetElements() Method
Returns a linear list of all elements in the AccordionControl.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
| Type | Description |
|---|---|
| List<AccordionControlElement> | A linear list of all elements in the AccordionControl. |
See Also