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

TabbedGroup.AllowHtmlDraw Property

Gets or sets whether or not tabbed group captions can be formatted using HTML tags.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
[DXCategory("Appearance")]
public virtual bool AllowHtmlDraw { get; set; }

Property Value

Type Default Description
Boolean **false**

true if tabbed group captions can be formatted using HTML tags; otherwise, false.

See Also