Skip to main content

BackstageItem Class

Provides a base class for backstage clickable items.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public class BackstageItem :
    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.

See Also