Skip to main content

MVCxHtmlEditorImageSelectorSettings.FolderCreating Property

Enables you to perform server-side processing of folder creation 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 FileManagerFolderCreateEventHandler FolderCreating { get; set; }

Property Value

Type Description
FileManagerFolderCreateEventHandler

A FileManagerFolderCreateEventHandler delegate method to be called when a folder is about to be created within the HtmlEditor’s Select Image dialog.

Property Paths

You can access this nested property as listed below:

Object Type Path to FolderCreating
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .FolderCreating

Remarks

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

See Also