Back to Devexpress

RibbonStatusBarControl.IsMerged Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonstatusbarcontrol-2b3af8cd.md

latest2.1 KB
Original Source

RibbonStatusBarControl.IsMerged Property

Gets if any RibbonStatusBarControl has been merged with the current RibbonStatusBarControl.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool IsMerged { get; }
vb
Public ReadOnly Property IsMerged As Boolean

Property Value

TypeDescription
Boolean

true if any RibbonStatusBarControl has been merged with the current RibbonStatusBarControl; otherwise, false.

|

Remarks

Merging operations are performed via the RibbonStatusBarControl.Merge and RibbonStatusBarControl.UnMerge methods. See MDI Ribbon Merging to learn more.

See Also

Merge(RibbonStatusBarControl)

UnMerge

MDI Ribbon Merging

RibbonStatusBarControl Class

RibbonStatusBarControl Members

DevExpress.Xpf.Ribbon Namespace