ToolbarDeleteTableRowButton.Text Property
Gets or sets the button’s display text.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v26.1.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | "Delete Row" | A string value that specifies the toolbar button’s display text. |
Remarks
The text specified via the Text property is displayed if the button’s ToolbarDeleteTableRowButton.ViewStyle property is set to ViewStyle.ImageAndText or ViewStyle.Text.
See Also