Skip to main content

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