Back to Devexpress

RibbonControl.StatusBar Property

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

latest2.2 KB
Original Source

RibbonControl.StatusBar Property

Gets or sets the RibbonStatusBar object linked with the current Ribbon Control.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
RibbonStatusBarnull

A RibbonStatusBar object linked with the Ribbon Control.

|

Remarks

You can use the StatusBar property to access a RibbonStatusBar object associated with a Ribbon Control. To get the counterpart Ribbon Control, see the RibbonStatusBar.Ribbon property.

When a RibbonControl and RibbonStatusBar objects are added to a form at design time, the StatusBar and RibbonStatusBar.Ribbon properties are set automatically, to refer to the status bar and Ribbon Control respectively. At runtime, these properties must be assigned manually.

See Also

Ribbon

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace