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

NavigationPageDefaultProperties.CanHtmlDraw Property

Gets whether this page’s caption can currently be formatted using HTML tags.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true, if this page’s caption can currently be formatted using HTML tags; otherwise, false.

See Also