RibbonControl.IsMergedChild(RibbonControl) Method
In This Article
Returns if the specified RibbonControl has been merged with the current one.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public bool IsMergedChild(
RibbonControl item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Ribbon |
A child Ribbon |
#Returns
Type | Description |
---|---|
Boolean | true if the specified Ribbon |
See Also