HtmlEditorSettings.ImageSelectorItemRenaming Property
OBSOLETE
Use the Settings
Enables you to perform server-side processing of file/folder rename operations initiated within the HtmlEditor’s Select Image dialog.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector.ItemRenaming property instead.")]
public FileManagerItemRenameEventHandler ImageSelectorItemRenaming { get; set; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
Implement a FileManagerItemRenameEventHandler delegate method and assign it to the ImageSelectorItemRenaming property. For more implementation details, refer to the FileManagerItemRenameEventHandler delegate description.