Back to Devexpress

RibbonStatusBar.HideWhenMerging Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonstatusbar-3cb2cb2f.md

latest3.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean HideWhenMerging { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(DefaultBoolean.Default)>
Public Property HideWhenMerging As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumerator value specifying whether the current RibbonStatusBar should be hidden when the Ribbon Merging process occurs.

|

Available values:

NameDescriptionReturn 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

|

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.

See Also

MergeStatusBar(RibbonStatusBar)

Ribbon Merging

How to: Merge RibbonStatusBar Objects

RibbonStatusBar Class

RibbonStatusBar Members

DevExpress.XtraBars.Ribbon Namespace