Skip to main content
Tab

FileManagerCustomFileInfoDisplayTextEventArgs.File Property

Gets the file whose information is processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFile File { get; protected set; }

Property Value

Type Description
FileManagerFile

A FileManagerFile object that is the file.

See Also