Skip to main content
A newer version of this page is available. .

RibbonStatusBarControl.IsMergedChild(RibbonStatusBarControl) Method

Indicates whether the specified RibbonStatusBarControl is merged with the current one.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public bool IsMergedChild(
    RibbonStatusBarControl item
)

Parameters

Name Type Description
item RibbonStatusBarControl

A child RibbonStatusBarControl object to be tested.

Returns

Type Description
Boolean

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

See Also