AccordionControl.GetVisibleElements() Method
In This Article
Returns a linear list that comprises visible top-level AccordionControl elements and visible elements that reside within expanded groups.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
List<Accordion |
A linear list of visible elements. |
#Remarks
The following elements are not included in the list returned by the GetVisibleElements method:
- Elements whose AccordionControlElementBase.Visible property is set to false.
- Elements that reside within collapsed groups (see AccordionControlElementBase.Expanded).
See Also