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

HtmlEditorInsertImageDialogSettings.SettingsImageSelector Property

Provides access to settings related to the Image Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorImageSelectorSettings SettingsImageSelector { get; }

Property Value

Type Description
HtmlEditorImageSelectorSettings

An HtmlEditorImageSelectorSettings object that contains the selector’s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsImageSelector
HtmlEditorDefaultDialogSettings
.InsertImageDialog.SettingsImageSelector
MVCxHtmlEditorDefaultDialogSettings
.InsertImageDialog.SettingsImageSelector
See Also