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

HtmlEditorSettings.Images Property

Provides access to the settings that define images for various HtmlEditor elements.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public HtmlEditorImages Images { get; }

Property Value

Type Description
HtmlEditorImages

A HtmlEditorImages object that contains image settings.

See Also