FileInfoType Enum
Lists values that specify the type of information that is displayed in a column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
File
|
The column displays a file name, i. |
Last
|
The column displays the time of the last file modification, i. |
Size
|
The column displays a file size, i. |
Thumbnail
|
The column displays a file thumbnail. |
Location
|
This column displays a file’s location, i. |
#Related API Members
The following properties accept/return FileInfoType values:
#Remarks
The FileInfoType enumerator contains values that specify which information type is displayed in a column. The values of this enumerator are used to set the FileManagerDetailsColumn.FileInfoType property of a column.