A newer version of this page is available.
Switch to the current version.
BackstageViewItem.Caption Property
Gets or sets the item's display caption.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
[SmartTagProperty("Caption", "Appearance", SmartTagActionType.RefreshAfterExecute)]
public virtual string Caption { get; set; }
<SmartTagProperty("Caption", "Appearance", SmartTagActionType.RefreshAfterExecute)>
Public Overridable Property Caption As String
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
Feedback