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

AccordionControl.Elements Property

Provides access to AccordionControlElements that serve as root elements for this AccordionControl.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Data")]
[XtraSerializableProperty(true, true, false, 999)]
public AccordionControlElementCollection Elements { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.AccordionControlElementCollection

A DevExpress.XtraBars.Navigation.AccordionControlElementCollection object that stores all AccordionControlElements that serve as root elements for this AccordionControl.

Remarks

The Elements collection stores only top-level items and groups. To access sub-groups and items within these elements, use their AccordionControlElement.Elements properties.

See Also