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

ASPxHtmlEditor.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.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Description
HtmlEditorImageSelectorSettings

An HtmlEditorImageSelectorSettings object that contains the Select Image dialog’s settings.

See Also