Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BackstageItem Class

Provides a base class for backstage clickable items.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v24.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