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

BackstageViewControl.OwnerControl Property

Gets or sets the control that owns the current BackstageViewControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
public IBackstageViewOwner OwnerControl { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Ribbon.IBackstageViewOwner null

A control that implements the IBackstageViewOwner interface.

See Also