Back to Devexpress

AccordionOptionsFooter.ActiveGroupDisplayMode Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordionoptionsfooter.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ActiveGroupDisplayMode.GroupContent)]
public ActiveGroupDisplayMode ActiveGroupDisplayMode { get; set; }
vb
<DefaultValue(ActiveGroupDisplayMode.GroupContent)>
Public Property ActiveGroupDisplayMode As ActiveGroupDisplayMode

Property Value

TypeDefaultDescription
ActiveGroupDisplayModeGroupContent

An ActiveGroupDisplayMode enumeration value that specifies how the active group’s content is displayed in the main menu.

|

Available values:

NameDescription
GroupHeaderAndContent

The Accordion control’s main menu displays the active group’s content and header.

| | GroupContent |

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 TypePath to ActiveGroupDisplayMode
AccordionControl

.OptionsFooter .ActiveGroupDisplayMode

|

Remarks

To enable the Accordion control’s footer, set the AccordionControl.RootDisplayMode property to Footer.

See Also

RootDisplayMode

AccordionOptionsFooter Class

AccordionOptionsFooter Members

DevExpress.XtraBars.Navigation Namespace