Back to Devexpress

ITileContainerDefaultProperties.CanHtmlDraw Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-af96d102.md

latest2.1 KB
Original Source

ITileContainerDefaultProperties.CanHtmlDraw Property

Gets or sets whether HTML-tags formatting is currently allowed for Tiles within this TileContainer.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool CanHtmlDraw { get; }
vb
ReadOnly Property CanHtmlDraw As Boolean

Property Value

TypeDescription
Boolean

true if HTML-tags formatting is currently allowed for Tiles within this TileContainer; otherwise, false.

|

Remarks

See the ITileContainerDefaultProperties.AllowHtmlDraw property to learn more.

See Also

AllowHtmlDraw

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace