Skip to main content
A newer version of this page is available. .

AccordionControl.ActiveGroup Property

Gets or sets the currently selected element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

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