Skip to main content
A newer version of this page is available. .

BackstageView Class

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

Namespace: DevExpress.UI.Xaml.Ribbon

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

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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
DevExpress.UI.Xaml.Internal.ControlEx
DevExpress.UI.Xaml.Ribbon.Internal.RibbonHeaderedContainerBase
BackstageView
See Also