FileManagerDetailsCustomColumn.FileInfoType Property
This property is not in effect for the FileManagerDetailsCustomColumn class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public override FileInfoType FileInfoType { get; set; }
#Property Value
Type |
---|
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
The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.