Back to Devexpress

HtmlEditorContextMenuItem.Text Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-htmleditorcontextmenuitem.md

latest1.6 KB
Original Source

HtmlEditorContextMenuItem.Text Property

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string Text { get; set; }
vb
<DefaultValue("")>
Public Property Text As String

Property Value

TypeDefaultDescription
StringString.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

HTML Editor

HtmlEditorContextMenuItem Class

HtmlEditorContextMenuItem Members

DevExpress.Web.ASPxHtmlEditor Namespace