Skip to main content

ToolbarInsertYouTubeVideoDialogButton.Text Property

Gets or sets the button’s display text.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Insert YouTube Video"

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 the ViewStyle.ImageAndText or the ViewStyle.Text value.

See Also