IBaseDocumentSelectorProperties.AllowHtmlDraw Property
Gets or sets whether or not Document Selector text blocks can be formatted using HTML tags.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | A DefaultBoolean enumeration value that specifies whether or not Document Selector text blocks can be formatted using HTML tags. |
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
See Also