Skip to main content
A newer version of this page is available. .

ToolbarInsertPlaceholderDialogButton.Text Property

Gets or sets the button’s display text.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

[DefaultValue("Insert Placeholder")]
public override string Text { get; set; }

Property Value

Type Default Description
String "Insert Placeholder"

A string value that specifies the toolbar button’s display text.

Remarks

The text specified by the Text property is displayed if the button’s HtmlEditorToolbarItem.ViewStyle property is set to ViewStyle.ImageAndText or ViewStyle.Text.

See Also