Back to Devexpress

AccordionControl.ActiveGroup Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-4a3e777e.md

latest1.7 KB
Original Source

AccordionControl.ActiveGroup Property

Gets or sets the currently selected element.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public AccordionControlElement ActiveGroup { get; set; }
vb
<Browsable(False)>
Public Property ActiveGroup As AccordionControlElement

Property Value

TypeDescription
AccordionControlElement

An AccordionControlElement object specifying the currently selected element.

|

Remarks

The AccordionControl.Elements collection provides access to the accordion control’s elements.

See Also

Elements

AccordionControlElement

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace