Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool CanHtmlDraw { get; }

Property Value

Type Description
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