Skip to main content
Tab

FileManagerFileOpenedEventArgs.File Property

Gets a file related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFile File { get; }

Property Value

Type Description
FileManagerFile

A FileManagerFile object that is a file currently being processed.

See Also