Back to Devexpress

RibbonPageCategoryOptions.ShowCaptions Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecategoryoptions.md

latest1.7 KB
Original Source

RibbonPageCategoryOptions.ShowCaptions Property

Gets or sets whether categories whose pages are currently visible should display their captions.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if active categories should display their captions; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCaptions
RibbonControl

.OptionsPageCategories .ShowCaptions

|

See Also

RibbonPageCategoryOptions Class

RibbonPageCategoryOptions Members

DevExpress.XtraBars.Ribbon Namespace