Back to Devexpress

BaseGallery.ShowGroupCaption Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-b0985554.md

latest1.2 KB
Original Source

BaseGallery.ShowGroupCaption Property

Gets or sets whether group captions are displayed.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public bool ShowGroupCaption { get; set; }
vb
<DXCategory("Behavior")>
Public Property ShowGroupCaption As Boolean

Property Value

TypeDescription
Boolean

true to display group captions; otherwise, false.

|

See Also

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace