RichEditPopupMenuItem(String, String) Constructor
Initializes a new instance of the RichEditPopupMenuItem class with the specified command name and text.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the created item’s command name. This value is assigned to the RichEditPopupMenuItem.CommandName property. |
commandName | String | A String value that specifies the created item’s text. This value is assigned to the RichEditPopupMenuItem.Text property. |
See Also