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

RichEditPopupMenuItem.Text Property

Gets or sets the text content of the current context menu item.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A String value that specifies the text content of the RichEditPopupMenuItem.

Remarks

Use the Text property to specify the current context menu item’s text content.

See Also