Skip to main content
A newer version of this page is available. .

SpreadsheetFileManagerUploadSettings Class

Contains settings that relate to the file upload functionality of the FileManager embedded into certain built-in dialogs.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v19.2.dll

Declaration

public class SpreadsheetFileManagerUploadSettings :
    FileManagerSettingsUpload

The following members return SpreadsheetFileManagerUploadSettings objects:

Remarks

A SpreadsheetFileManagerUploadSettings class instance can be accessed by using the SpreadsheetDocumentSelectorSettings.UploadSettings property available via the ASPxSpreadsheet.SettingsDocumentSelector property.

See Also