Back to Devexpress

RibbonStatusBarControl.IsChild Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonstatusbarcontrol-46373ad7.md

latest2.1 KB
Original Source

RibbonStatusBarControl.IsChild Property

Gets if the current RibbonStatusBarControl has been merged with any other RibbonStatusBarControl.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool IsChild { get; }
vb
Public ReadOnly Property IsChild As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

Merge(RibbonStatusBarControl)

UnMerge

MDI Ribbon Merging

RibbonStatusBarControl Class

RibbonStatusBarControl Members

DevExpress.Xpf.Ribbon Namespace