Skip to main content

RibbonControl.StatusBar Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
public RibbonStatusBar StatusBar { get; set; }

Property Value

Type Default Description
RibbonStatusBar null

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