BackstageViewItem.Caption Property
Gets or sets the item’s display caption.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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
Caption