Skip to main content
A newer version of this page is available. .

RichEditPopupMenuItem(String) Constructor

Initializes a new instance of the RichEditPopupMenuItem class with the specified text.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public RichEditPopupMenuItem(
    string text
)

Parameters

Name Type Description
text String

A String value that specifies the created item’s text. This value is assigned to the RichEditPopupMenuItem.Text property.

See Also