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

XtraTabControl.AllowHtmlDraw Property

Gets or sets whether or not XtraTabControl tabs recognize HTML tags in their captions.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if tabs can format their captions by using HTML tags; otherwise, false.

See Also