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

BackstageViewItemBase.Control Property

Gets a BackstageViewControl that owns the current item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public BackstageViewControl Control { get; }

Property Value

Type Description
BackstageViewControl

A BackstageViewControl that owns the current item.

See Also