Back to Devexpress

BackstageViewItem.AllowHtmlString Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewitem-ab65ed0b.md

latest1.9 KB
Original Source

BackstageViewItem.AllowHtmlString Property

Gets or sets whether HTML formatting is allowed when setting the BackstageViewItem.Caption property.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
public bool AllowHtmlString { get; set; }
vb
<DefaultValue(False)>
Public Property AllowHtmlString As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if HTML formatting is allowed; otherwise, false.

|

Remarks

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

Note

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

See Also

Caption

HTML-inspired Text Formatting

BackstageViewItem Class

BackstageViewItem Members

DevExpress.XtraBars.Ribbon Namespace