Back to Devexpress

BackstageItem Class

wpf-devexpress-dot-xpf-dot-ribbon-9c98a392.md

latest2.8 KB
Original Source

BackstageItem Class

Provides a base class for backstage clickable items.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public class BackstageItem :
    BackstageItemBase
vb
Public Class BackstageItem
    Inherits BackstageItemBase

Remarks

The BackstageItem class declares properties common to regular and tab items. For instance, the BackstageItem.Content property specifies an item’s caption. You can assign text or any object as an item’s caption. If you are assigning an object, use the BackstageItem.ContentTemplate property to visualize the assigned object. The BackstageItem.KeyTip property allows you to assign a key tip to an item.

BackstageItem is inherited from the BackstageItemBase, which is an ancestor for all items within a BackstageViewControl. Refer to the BackstageItemBase description for other properties common to all BackstageViewControl items and a detailed example of how backstage items can be managed.

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control BackstageItemBase BackstageItem BackstageItemWithImage

BackstageButtonItem

BackstageTabItem

See Also

BackstageItem Members

DevExpress.Xpf.Ribbon Namespace