Skip to main content

RichEditPopupMenuItem.Text Property

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

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

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