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

HtmlEditorSettings.SettingsImageSelector Property

OBSOLETE

Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector property instead.

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

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector property instead.")]
public MVCxHtmlEditorImageSelectorSettings SettingsImageSelector { get; }

Property Value

Type Description
MVCxHtmlEditorImageSelectorSettings

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

See Also