Back to Devexpress

FileManagerDetailsViewCustomColumnDisplayTextEventArgs.File Property

aspnet-devexpress-dot-web-dot-filemanagerdetailsviewcustomcolumndisplaytexteventargs.md

latest1.6 KB
Original Source

FileManagerDetailsViewCustomColumnDisplayTextEventArgs.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 currently being processed.

|

Remarks

To learn more about custom columns, see the Custom Columns topic.

See Also

Custom Columns

File Manager

FileManagerDetailsViewCustomColumnDisplayTextEventArgs Class

FileManagerDetailsViewCustomColumnDisplayTextEventArgs Members

DevExpress.Web Namespace