Back to Devexpress

OverviewContainerProperties.AllowHtmlDraw Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-overviewcontainerproperties.md

latest2.0 KB
Original Source

OverviewContainerProperties.AllowHtmlDraw Property

Gets or sets whether or not tile captions can be formatted using HTML tags. This affects tiles displayed within WindowsUI View Overview screens.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool AllowHtmlDraw { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Property AllowHtmlDraw As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if tile caption strings can be formatted using inplace HTML tags; otherwise, false.

|

Remarks

Captions of overview screen tiles match related documents’ captions (the BaseDocument.Caption property).

See Also

HTML-inspired Text Formatting

OverviewContainerProperties Class

OverviewContainerProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace