Skip to main content
A newer version of this page is available. .
Tab

FileManagerDetailsCustomColumn.FileInfoType Property

This property is not in effect for the FileManagerDetailsCustomColumn class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override FileInfoType FileInfoType { get; set; }

Property Value

Type
FileInfoType

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.

Remarks

The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

See Also