Skip to main content

AccordionControl.ActiveGroup Property

Gets or sets the currently selected element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public AccordionControlElement ActiveGroup { get; set; }

Property Value

Type Description
AccordionControlElement

An AccordionControlElement object specifying the currently selected element.

Remarks

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

See Also