XtraTabControl.AllowHtmlDraw Property
Gets or sets whether or not XtraTabControl tabs recognize HTML tags in their captions.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(false)]
[DXCategory("Appearance")]
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