Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public RichEditPopupMenuItem(
    string text,
    string commandName
)

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