Skip to main content

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.v23.2.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.

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