Skip to main content

BackstageViewItemBase.Control Property

Gets a BackstageViewControl that owns the current item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

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

Property Value

Type Description
BackstageViewControl

A BackstageViewControl that owns the current item.

See Also