Skip to main content

TabbedGroup.AllowHtmlDraw Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
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