A newer version of this page is available.
Switch to the current version.
ToolbarTablePropertiesDialogButton.Text Property
Gets or sets the button's display text.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[DefaultValue("Table Properties...")]
public override string Text { get; set; }
<DefaultValue("Table Properties...")>
Public Overrides Property Text As String
Property Value
Type | Default | Description |
---|---|---|
String | "Table Properties..." |
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 ToolbarTablePropertiesDialogButton.ViewStyle property is set to ViewStyle.ImageAndText or ViewStyle.Text.
See Also
Feedback