Back to Devexpress

RibbonStatusBarControl.IsMergedChild(RibbonStatusBarControl) Method

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

latest1.8 KB
Original Source

RibbonStatusBarControl.IsMergedChild(RibbonStatusBarControl) Method

Indicates whether the specified RibbonStatusBarControl is 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(
    RibbonStatusBarControl item
)
vb
Public Function IsMergedChild(
    item As RibbonStatusBarControl
) As Boolean

Parameters

NameTypeDescription
itemRibbonStatusBarControl

A child RibbonStatusBarControl object to be tested.

|

Returns

TypeDescription
Boolean

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

|

See Also

Merge(RibbonStatusBarControl)

RibbonStatusBarControl Class

RibbonStatusBarControl Members

DevExpress.Xpf.Ribbon Namespace