Skip to main content

BackstageViewControl.OwnerControl Property

Gets or sets the control that owns the current BackstageViewControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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