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

IDocumentSelectorDefaultProperties.CanHtmlDrawHeaders Property

Returns whether this Content Container can use HTML tags to draw Document headers.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool CanHtmlDrawHeaders { get; }

Property Value

Type Description
Boolean

true, if this Content Container can use HTML tags to draw Document headers; otherwise, false.

Remarks

See the IDocumentSelectorDefaultProperties.AllowHtmlDrawHeaders and IDocumentSelectorProperties.AllowHtmlDrawHeaders properties to learn more.

See Also