NavBarItemLink.AllowHtmlString Property
In This Article
Gets whether the caption of the element to which the current link corresponds is formatted using HTML tags.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
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