TabbedGroup.AllowHtmlDraw Property
Gets or sets whether or not tabbed group captions can be formatted using HTML tags.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(false)]
[DXCategory("Appearance")]
public virtual bool AllowHtmlDraw { get; set; }
<XtraSerializableProperty>
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Overridable Property AllowHtmlDraw As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if tabbed group captions can be formatted using HTML tags; otherwise, false. |
See Also
Feedback