Back to Devexpress

RibbonControl.ShowItemCaptionsInCaptionBar Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-b0c425cc.md

latest1.7 KB
Original Source

RibbonControl.ShowItemCaptionsInCaptionBar Property

Specifies whether or not bar item links from the RibbonControl.CaptionBarItemLinks collection should display their captions.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if bar item links from the RibbonControl.CaptionBarItemLinks collection should display their captions; otherwise, false.

|

See Also

Caption Bar Items

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace