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

AccordionControlElementBase.Text Property

Gets or sets the text displayed in the element header.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue("")]
[XtraSerializableProperty]
[SearchColumn]
public string Text { get; set; }

Property Value

Type Default Description
String String.Empty

The text displayed in the element header.

Remarks

If the AccordionControl.AllowHtmlText property is enabled, you can use a set of HTML tags to format element header text. See the HTML Text Formatting topic for the list of supported HTML tags.

See Also