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

IDocumentGroupDefaultProperties.AllowHtmlDraw Property

Gets or sets whether or not all documents that belong to this DocumentGroup can format their captions by using HTML tags.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

DefaultBoolean AllowHtmlDraw { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether or not documents can utilize HTML tags to format their captions.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

If the AllowHtmlDraw property equals DefaultBoolean.Default, the behavior is managed by a global IDocumentGroupProperties.AllowHtmlDraw setting. Otherwise, the global setting is overridden.

See Also