Skip to main content

AccordionControl.ShowGroupExpandButtons Property

Gets or sets whether or not AccordionControl groups should display their expand/collapse buttons.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowGroupExpandButtons { get; set; }

Property Value

Type Default Description
Boolean true

true if AccordionControl groups should display their expand/collapse buttons; otherwise, false.

Remarks

Set the ShowGroupExpandButtons property to false to hide expand/collapse buttons for groups. Groups however, can still be expanded/collapsed on a group header click if the AccordionControl.ExpandGroupOnHeaderClick property is not set to false.

See Also