Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Browsable(false)]
public bool CanHtmlDraw { get; }

Property Value

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