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

BaseGallery.ShowGroupCaption Property

Gets or sets whether group captions are displayed.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Behavior")]
public bool ShowGroupCaption { get; set; }

Property Value

Type Description
Boolean

true to display group captions; otherwise, false.

See Also