Skip to main content

BackstageItem.Content Property

Gets or sets an item's caption.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

[TypeConverter(typeof(ObjectConverter))]
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