Skip to main content

RibbonControl.MergedParent Property

Gets a parent RibbonControl with which the current child RibbonControl has been merged.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public RibbonControl MergedParent { get; set; }

#Property Value

Type Description
RibbonControl

A parent RibbonControl object, with which the current child RibbonControl has been merged.

#Remarks

See the Ribbon Runtime Customization topic to learn more.

See Also