Back to Devexpress

IDocumentSelectorDefaultProperties.CanHtmlDrawHeaders Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-idocumentselectordefaultproperties-c5a75d7f.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

IDocumentSelectorDefaultProperties.AllowHtmlDrawHeaders

IDocumentSelectorProperties.AllowHtmlDrawHeaders

IDocumentSelectorDefaultProperties Interface

IDocumentSelectorDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace