Back to Devexpress

RibbonControl.IsMergedChild(RibbonControl) Method

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-dot-ismergedchild-x28-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-x29.md

latest1.6 KB
Original Source

RibbonControl.IsMergedChild(RibbonControl) Method

Returns if the specified RibbonControl has been merged with the current one.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool IsMergedChild(
    RibbonControl item
)
vb
Public Function IsMergedChild(
    item As RibbonControl
) As Boolean

Parameters

NameTypeDescription
itemRibbonControl

A child RibbonControl object to be tested.

|

Returns

TypeDescription
Boolean

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

|

See Also

Merge(RibbonControl)

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace