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.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
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