MVCxHtmlEditorImageSelectorSettings.ItemDeleting Property
Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor’s Select Image dialog.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
FileManagerItemDeleteEventHandler | A FileManagerItemDeleteEventHandler delegate method to be called when a file or folder is about to be deleted within the HtmlEditor’s Select Image dialog. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ItemDeleting |
---|---|
MVCxHtmlEditorInsertImageDialogSettings |
|
Remarks
Implement a FileManagerItemDeleteEventHandler delegate method and assign it to the ItemDeleting property. For more implementation details, refer to the FileManagerItemDeleteEventHandler delegate description.
See Also