Skip to main content

ASPxRichEdit.Images Property

Provides access to the settings that define images displayed within the ASPxRichEdit.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public RichEditImages Images { get; }

Property Value

Type Description
RichEditImages

An RichEditImages object that contains image settings.

See Also