Back to Devexpress

AccordionControl.ShowGroupExpandButtons Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-11ac84e0.md

latest1.9 KB
Original Source

AccordionControl.ShowGroupExpandButtons Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowGroupExpandButtons { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property ShowGroupExpandButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace