Skip to main content

BaseGallery.ShowGroupCaption Property

Gets or sets whether group captions are displayed.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true to display group captions; otherwise, false.

See Also