Skip to main content

RibbonControl.IsMergedChild(RibbonControl) Method

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

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public bool IsMergedChild(
    RibbonControl item
)

Parameters

Name Type Description
item RibbonControl

A child RibbonControl object to be tested.

Returns

Type Description
Boolean

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

See Also