Skip to main content

BackstageViewItemBase.Control Property

Gets a BackstageViewControl that owns the current item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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