SpreadsheetSettings.DocumentSelectorFolderCreating Property
Enables you to perform server-side processing of folder creation operations, initiated within the Spreadsheet’s built-in Document Selector.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
FileManagerFolderCreateEventHandler | A FileManagerFolderCreateEventHandler delegate method to be called when a folder is about to be created within the Spreadsheet’s Document Selector. |
Remarks
Implement a FileManagerFolderCreateEventHandler delegate method and assign it to the DocumentSelectorFolderCreating property. For more implementation details, refer to the FileManagerFolderCreateEventHandler delegate description.
See Also