Skip to main content
Tab

FileManagerFilesUploadedEventArgs.Files Property

Gets files related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFile[] Files { get; }

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