Back to Devexpress

BarItemLink.IsAllowHtmlText Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-0bc3d8dc.md

latest1.5 KB
Original Source

BarItemLink.IsAllowHtmlText Property

Gets whether the link’s caption can be formatted using HTML tags.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the link’s caption can be formatted using HTML tags.; otherwise, false.

|

Remarks

Text formatting using HTML tags is not supported when a bar is docked to the left or right edge of the form/user control. In these cases, the IsAllowHtmlText property returns false. Otherwise, the IsAllowHtmlText property returns the BarItemLink.AllowHtmlText property value.

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace