Skip to main content
A newer version of this page is available. .
Tab

FileManagerFileOpenedEventArgs.File Property

Gets a file related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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