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.v19.1.dll

Declaration

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

Property Value

Type Description
BackstageViewControl

A BackstageViewControl that owns the current item.

See Also