Back to Devexpress

BackstageViewControl.OwnerControl Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-c97a94d4.md

latest1.3 KB
Original Source

BackstageViewControl.OwnerControl Property

Gets or sets the control that owns the current BackstageViewControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public IBackstageViewOwner OwnerControl { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
Public Property OwnerControl As IBackstageViewOwner

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Ribbon.IBackstageViewOwnernull

A control that implements the IBackstageViewOwner interface.

|

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace