Back to Devexpress

BackstageItem.Content Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageitem-2d582703.md

latest1.4 KB
Original Source

BackstageItem.Content Property

Gets or sets an item’s caption.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public object Content { get; set; }
vb
Public Property Content As Object

Property Value

TypeDescription
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

ContentTemplate

BackstageItem Class

BackstageItem Members

DevExpress.Xpf.Ribbon Namespace