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

AccordionControl.ShowGroupExpandButtons Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
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