Gets or sets the button's display text.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
[DefaultValue("Insert Row Above")]
public override string Text { get; set; }
<DefaultValue("Insert Row Above")>
Public Overrides Property Text As String
Type | Default | Description |
---|---|---|
String | "Insert Row Above" |
A string value that specifies the toolbar button's display text. |
The text specified via the Text property is displayed if the button's ToolbarInsertTableRowAboveButton.ViewStyle property is set to ViewStyle.ImageAndText or ViewStyle.Text.