FileManagerDetailsColumn.FileInfoType Property
Gets or sets the type of information displayed in the column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FileInfoType.FileName)]
public virtual FileInfoType FileInfoType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
File |
File |
One of the File |
Available values:
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. |
#Remarks
Use the FileInfoType property to specify the type of information that will be displayed in the current column.
To learn how to display custom information in a column, see the Custom Columns topic.