Back to Devexpress

FileManagerFileDownloadingEventArgs.File Property

aspnet-devexpress-dot-web-dot-filemanagerfiledownloadingeventargs.md

latest1.1 KB
Original Source

FileManagerFileDownloadingEventArgs.File Property

Gets a file related to the event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public FileManagerFile File { get; }
vb
Public ReadOnly Property File As FileManagerFile

Property Value

TypeDescription
FileManagerFile

A FileManagerFile object that is a file currently being processed.

|

See Also

FileManagerFileDownloadingEventArgs Class

FileManagerFileDownloadingEventArgs Members

DevExpress.Web Namespace