Back to Devexpress

NavigationPageDefaultProperties.CanHtmlDraw Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagedefaultproperties-222f3cf6.md

latest1.3 KB
Original Source

NavigationPageDefaultProperties.CanHtmlDraw Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool CanHtmlDraw { get; }
vb
<Browsable(False)>
Public ReadOnly Property CanHtmlDraw As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

NavigationPageDefaultProperties Class

NavigationPageDefaultProperties Members

DevExpress.XtraBars.Navigation Namespace