AccordionControlElementBase.Expanded Property
Gets or sets whether the element is expanded.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the element is expanded; otherwise, false. |
Remarks
The following elements support expansion:
- A group (an element whose AccordionControlElement.Style property is set to Group).
- An item (an element whose AccordionControlElement.Style property is set to Item) to which a content container is assigned (with the AccordionControlElementBase.ContentContainer property or AccordionControl.GetContentContainer event).
Single or multiple elements can be expanded simultaneously. Use the AccordionControl.ExpandElementMode property to specify element expansion mode.
See Also