BackstageViewControl.OwnerControl Property
In This Article
Gets or sets the control that owns the current BackstageViewControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
[DXCategory("Behavior")]
public IBackstageViewOwner OwnerControl { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
null | A control that implements the IBackstage |
See Also