Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Browsable(false)]
public bool AllowHtmlString { get; }

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