BackstageViewItemBase.Control Property
In This Article
Gets a BackstageViewControl that owns the current item.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public BackstageViewControl Control { get; }
#Property Value
Type | Description |
---|---|
Backstage |
A Backstage |
See Also