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.Content Property

Gets or sets an item’s caption.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public object Content { get; set; }

#Property Value

Type Description
Object

An Object that specifies an item’s caption.

#Remarks

The Content property allows you to set an item’s caption. Generally, you will need to assign a string to the Content property. You can also set any object to Content. If you want to apply a template for an object assigned to Content, use the BackstageItem.ContentTemplate property.

See Also