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