FileManagerFilesUploadedEventArgs.Files Property
Gets files related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
FileManagerFile[] | An array of FileManagerFile objects that are uploaded files. |
Remarks
Use the Files property to access the currently processed files in the ASPxFileManager.FilesUploaded event handler.
See Also