AccordionOptionsFooter.ActiveGroupDisplayMode Property
Gets or sets whether the accordion control’s main menu displays the active group’s content, but not the header, or both the content and the header.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Active |
Group |
An Active |
Available values:
Name | Description |
---|---|
Group |
The Accordion control’s main menu displays the active group’s content and header. |
Group |
The Accordion control’s main menu displays the active group’s content, but not the header. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Active |
---|---|
Accordion |
|
#Remarks
To enable the Accordion control’s footer, set the AccordionControl.RootDisplayMode property to Footer.