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

AccordionControl.GetVisibleElements() Method

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.v19.2.dll

Declaration

public List<AccordionControlElement> GetVisibleElements()

Returns

Type Description
List<AccordionControlElement>

A linear list of visible elements.

Remarks

The following elements are not included in the list returned by the GetVisibleElements method:

See Also