Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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