Skip to main content
A newer version of this page is available. .

RibbonControl.StatusBar Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the StatusBar property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also