Skip to main content

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

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

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.

AccordionControlGroup-Elements.png

Items cannot display nested items and groups. Thus, the Elements property is not in effect for these elements.

See the AccordionControlElement topic for the difference between items and groups.

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.

See Also