Back to Devexpress

NavBarItemLink.AllowHtmlString Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritemlink-c527c42e.md

latest1.5 KB
Original Source

NavBarItemLink.AllowHtmlString Property

Gets whether the caption of the element to which the current link corresponds is formatted using HTML tags.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
Boolean

true if the element caption is formatted using HTML tags; otherwise, false.

|

Remarks

The AllowHtmlString property returns whether the caption of the element to which the current link corresponds is formatted using HTML tags (see NavBarControl.AllowHtmlString).

See Also

AllowHtmlString

NavBarItemLink Class

NavBarItemLink Members

DevExpress.XtraNavBar Namespace