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

RibbonControl.MergedParent Property

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

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v18.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

The MergedParent property returns a parent RibbonControl with witch the current child RibbonControl has been merged via the RibbonControl.Merge method. See the MDI Ribbon Merging topic to learn more.

See Also