SpreadsheetFileManagerUploadSettings Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public class SpreadsheetFileManagerUploadSettings :
FileManagerSettingsUpload
#Related API Members
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.
#Inheritance
Object
StateManager
PropertiesBase
FileManagerSettingsBase
FileManagerSettingsUpload
SpreadsheetFileManagerUploadSettings
See Also