Skip to main content

MVCxHtmlEditor.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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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