Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Office

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