RibbonStatusBar.HideWhenMerging Property
Gets or sets whether the current RibbonStatusBar should be hidden when the Ribbon Merging process occurs.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean HideWhenMerging { get; set; }
Property Value
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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
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.