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

ASPxHtmlEditor.ImagesFileManager Property

Provides access to the settings that define images displayed within the Image Selector and Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public HtmlEditorFileManagerImages ImagesFileManager { get; }

Property Value

Type Description
HtmlEditorFileManagerImages

A HtmlEditorFileManagerImages object that contains image settings.

See Also