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

RichEditPopupMenuItem.ImageName Property

Gets or sets the name of an image displayed by the context menu item.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public string ImageName { get; set; }

Property Value

Type Description
String

A string value that specifies the image name.

See Also