Back to Devexpress

BarItem.IsAllowHtmlText Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-3594df7a.md

latest1.7 KB
Original Source

BarItem.IsAllowHtmlText Property

Gets whether HTML tags can be used to format bar item captions.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsAllowHtmlText { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsAllowHtmlText As Boolean

Property Value

TypeDescription
Boolean

true if HTML tags can be used to format bar item captions; otherwise, false.

|

Remarks

The ability to format bar item captions using HTML tags is controlled by the BarManager.AllowHtmlText, RibbonControl.AllowHtmlText and BarItem.AllowHtmlText properties.

See Also

BarManager.AllowHtmlText

RibbonControl.AllowHtmlText

BarItem.AllowHtmlText

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace