Back to Devexpress

FileManagerCustomFileInfoDisplayTextEventArgs.File Property

aspnet-devexpress-dot-web-dot-filemanagercustomfileinfodisplaytexteventargs.md

latest1.2 KB
Original Source

FileManagerCustomFileInfoDisplayTextEventArgs.File Property

Gets the file whose information is processed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
FileManagerFile

A FileManagerFile object that is the file.

|

See Also

FileManagerCustomFileInfoDisplayTextEventArgs Class

FileManagerCustomFileInfoDisplayTextEventArgs Members

DevExpress.Web Namespace