HtmlEditorContextMenuItem.Text Property
Gets or sets the text content of the current context menu item.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v26.1.dll
Declaration
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