RibbonControl.StatusBar Property
Gets or sets the RibbonStatusBar object linked with the current Ribbon Control.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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