Skip to main content

MVCxHtmlEditorImageSelectorSettings.ItemMoving Property

Enables you to perform server-side processing of file/folder move 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 FileManagerItemMoveEventHandler ItemMoving { get; set; }

Property Value

Type Description
FileManagerItemMoveEventHandler

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ItemMoving
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .ItemMoving

Remarks

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

See Also