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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public BackstageViewControl MergedParent { get; }

Property Value

Type Description
BackstageViewControl

A BackstageViewControl with which this BackstageViewControl has been merged.

See Also