Skip to main content

SpreadsheetSettings.DocumentSelectorFileUploading Property

Enables you to perform server-side processing of file upload operations initiated within the Spreadsheet’s built-in Document Selector.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileManagerFileUploadEventHandler DocumentSelectorFileUploading { get; set; }

Property Value

Type Description
FileManagerFileUploadEventHandler

A FileManagerFileUploadEventHandler delegate method to be called when a file is about to be uploaded within the Spreadsheet’s Document Selector.

Remarks

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

See Also