AccordionControlElement.Elements Property
Provides access to the collection of nested elements.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.XtraBars.Navigation.AccordionControlElementCollection | The collection of nested elements. |
Remarks
Groups in the AccordionControl can display nested elements. To customize the nested element collection in code, use the Elements property. To add child elements to a group at design time, use the Add Item and Add Group commands available from the smart tag menu.

Items cannot display nested items and groups. Thus, the Elements property is not in effect for these elements.
Tip
A group is an AccordionControlElement whose AccordionControlElement.Style property is set to ElementStyle.Group.
An item is an AccordionControlElement whose AccordionControlElement.Style property is set to ElementStyle.Item.
See the AccordionControlElement topic for the difference between items and groups.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Elements property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.