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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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