Skip to main content

HtmlEditorContextMenuItem.Text Property

Gets or sets the text content of the current context menu item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the text content of the HtmlEditorContextMenuItem.

Remarks

Use the Text property to specify the current context menu item’s text content.

See Also