Skip to main content
Tab

FileManagerCustomFileInfoDisplayTextEventArgs.FileInfoType Property

Gets the type of the currently processed file information.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileInfoType FileInfoType { get; protected set; }

Property Value

Type Description
FileInfoType

One of the FileInfoType enumeration values specifying the info type.

Available values:

Name Description
FileName

The column displays a file name, i.e., the FileManagerItem.Name property value.

LastWriteTime

The column displays the time of the last file modification, i.e., the FileManagerItem.LastWriteTime property value.

Size

The column displays a file size, i.e., the FileManagerItem.Length property value.

Thumbnail

The column displays a file thumbnail.

Location

This column displays a file’s location, i.e., the FileManagerItem.Location property value.

See Also