Gets or sets the button's display text.
Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v18.1.dll

Syntax
C# |
public override string Text { get; set; }
|
VB |
Overrides Public Property Text As String
|
Property value
Type: String
A string value that specifies the toolbar button's display text.
The default is "Strikethrough".

Remarks
The text specified via the Text property is displayed if the button's HtmlEditorToolbarItem.ViewStyle property is set to the ViewStyle.ImageAndText or ViewStyle.Text value.

See Also