ASPxHtmlEditor.SettingsImageSelector Property
In This Article
OBSOLETE
Use the Settings
Provides access to settings that are related to the Select Image dialog.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector property instead.")]
public HtmlEditorImageSelectorSettings SettingsImageSelector { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
See Also