Back to Devexpress

XtraTabControl.AllowHtmlDraw Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol.md

latest1.3 KB
Original Source

XtraTabControl.AllowHtmlDraw Property

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

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public virtual bool AllowHtmlDraw { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Overridable Property AllowHtmlDraw As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace