AccordionControl.ShowGroupExpandButtons Property
Gets or sets whether or not AccordionControl groups should display their expand/collapse buttons.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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