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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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