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

AccordionControl.AllowHtmlText Property

Gets or sets whether HTML tags can be used to format element header text (AccordionControlElementBase.Text).

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public bool AllowHtmlText { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if this AccordionControl supports HTML tags, used within the captions of its items.; otherwise, false.

Remarks

See the HTML Text Formatting topic for the list of supported HTML tags.

See Also