Back to Devexpress

OverviewContainerDefaultProperties.CanHtmlDraw Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-overviewcontainerdefaultproperties-7a925c32.md

latest1.8 KB
Original Source

OverviewContainerDefaultProperties.CanHtmlDraw Property

Returns whether or not tiles within the container’s Overview screen can format their captions using inplace HTML tags.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

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 tiles within the container’s Overview screen can format their captions using inplace HTML tags; otherwise, false.

|

Remarks

See HTML Text Formatting to learn more.

See Also

HTML-inspired Text Formatting

OverviewContainerDefaultProperties Class

OverviewContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace