Back to Devexpress

RibbonStatusBar.Ribbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonstatusbar-c4976c83.md

latest1.4 KB
Original Source

RibbonStatusBar.Ribbon Property

Gets or sets a Ribbon Control which the status bar belongs to.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public RibbonControl Ribbon { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property Ribbon As RibbonControl

Property Value

TypeDefaultDescription
RibbonControlnull

A RibbonControl object that represents the Ribbon Control which owns the status bar.

|

See Also

StatusBar

RibbonStatusBar Class

RibbonStatusBar Members

DevExpress.XtraBars.Ribbon Namespace