Skip to main content
Tab

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

Remarks

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

See Also