A newer version of this page is available.
Switch to the current version.
AccordionControlElementBase.Text Property
Gets or sets the text displayed in the element header.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | 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.
Implements
DevExpress.Utils.Navigation.INavigationItem.Text
See Also
Feedback