Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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