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