Skip to main content
A newer version of this page is available. .

BackstageViewItem.Caption Property

Gets or sets the item’s display caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[SmartTagProperty("Caption", "Appearance", SmartTagActionType.RefreshAfterExecute)]
public virtual string Caption { get; set; }

Property Value

Type Description
String

A string that specifies the item’s display caption.

Remarks

If the BackstageViewItem.AllowHtmlString property is set to true, you can use HTML tags to format the Caption. For detailed information, see HTML Text Formatting.

Note

Long words are not wrapped if the Caption option is enabled.

See Also