BackstageItem.Content Property
Gets or sets an item’s caption.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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