Back to Devexpress

RibbonControl.ShowCategoryInCaption Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-5a059cee.md

latest1.8 KB
Original Source

RibbonControl.ShowCategoryInCaption Property

Gets or sets whether category names are displayed in the RibbonForm’s title bar.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public bool ShowCategoryInCaption { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
<XtraSerializableProperty>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property ShowCategoryInCaption As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if category names are displayed in the RibbonForm’s title bar; otherwise, false.

|

See Also

RibbonPageCategory

Categories and Contextual Tabs

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace