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

BackstageViewControl.MergedParent Property

Gets a parent BackstageViewControl to which items of the current BackstageViewControl have been merged.

Namespace: DevExpress.Xpf.Ribbon

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

Declaration

public BackstageViewControl MergedParent { get; }

Property Value

Type Description
BackstageViewControl

A BackstageViewControl with which this BackstageViewControl has been merged.

See Also