Back to Devexpress

AccordionControl.AllowHtmlText Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-6074b7c3.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowHtmlText { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property AllowHtmlText As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

HTML-inspired Text Formatting

Text

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace