Back to Devexpress

RibbonControl.IsMerged Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-dbb6f9b3.md

latest1.9 KB
Original Source

RibbonControl.IsMerged Property

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

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

Merge(RibbonControl)

UnMerge

MDI Ribbon Merging

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace