Skip to main content

MVCxHtmlEditorImageSelectorSettings.ItemRenaming Property

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileManagerItemRenameEventHandler ItemRenaming { get; set; }

Property Value

Type Description
FileManagerItemRenameEventHandler

A FileManagerItemRenameEventHandler delegate method to be called when a file or folder is about to be renamed within the HtmlEditor’s Select Image dialog.

Property Paths

You can access this nested property as listed below:

Object Type Path to ItemRenaming
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .ItemRenaming

Remarks

Implement a FileManagerItemRenameEventHandler delegate method and assign it to the ItemRenaming property. For more implementation details, refer to the FileManagerItemRenameEventHandler delegate description.

See Also