Skip to main content

BackstageView Class

A popup menu emulating the menu in MS Office Ribbon UI.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Bindable]
[ContentProperty(Name = "Items")]
[TemplatePart(Name = "PART_CloseButton", Type = typeof(FrameworkElement))]
public class BackstageView :
    RibbonHeaderedContainerBase,
    ISupportSelection

The following members return BackstageView objects:

Remarks

To learn more, see Backstage View.

Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.UI.Xaml.Internal.ControlEx
DevExpress.UI.Xaml.Ribbon.Internal.RibbonHeaderedContainerBase
BackstageView
See Also