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

MVCxHtmlEditorInsertImageDialogSettings.SettingsImageSelector Property

Provides access to settings that are related to the Select Image dialog.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxHtmlEditorImageSelectorSettings SettingsImageSelector { get; }

Property Value

Type Description
MVCxHtmlEditorImageSelectorSettings

An MVCxHtmlEditorImageSelectorSettings object that contains the Image Selector dialog’s settings.

Property Paths

You can access this nested property as listed below:

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