BackstageViewControl.OwnerControl Property
Gets or sets the control that owns the current BackstageViewControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.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