HtmlEditorSettings.SettingsImageSelector Property
Obsolete. Provides access to settings that are related to the Select Image dialog.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
[Obsolete("Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector property instead.")]
public MVCxHtmlEditorImageSelectorSettings SettingsImageSelector { get; }
<Obsolete("Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector property instead.")>
Public ReadOnly Property SettingsImageSelector As MVCxHtmlEditorImageSelectorSettings
Property Value
Type | Description |
---|---|
MVCxHtmlEditorImageSelectorSettings | An MVCxHtmlEditorImageSelectorSettings object that contains the Image Selector dialog's settings. |
See Also
Feedback