windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonstatusbar-3cb2cb2f.md
Gets or sets whether the current RibbonStatusBar should be hidden when the Ribbon Merging process occurs.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean HideWhenMerging { get; set; }
<DXCategory("Behavior")>
<DefaultValue(DefaultBoolean.Default)>
Public Property HideWhenMerging As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
A DefaultBoolean enumerator value specifying whether the current RibbonStatusBar should be hidden when the Ribbon Merging process occurs.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
To merge RibbonStatusBars manually, use the RibbonStatusBar.MergeStatusBar method. The HideWhenMerging property allows you to specify whether the RibbonStatusBar should be visible after the merge is complete. See the Ribbon Merging and How to: Merge RibbonStatusBar Objects topics to learn more.
See Also
MergeStatusBar(RibbonStatusBar)