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

FileManagerDetailsColumn Class

A column used to display file information in the file list details view.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FileManagerDetailsColumn :
    CollectionItem

The following members return FileManagerDetailsColumn objects:

Remarks

When the FileManagerSettingsFileList.View property is set to Details, the file list displays a grid containing information about files. Individual columns in the grid are implemented by the FileManagerDetailsColumn class. The ASPxFileManager stores its columns within the FileManagerFileListDetailsViewSettings.Columns collection.

A default column can display the following file information (specified by the FileManagerDetailsColumn.FileInfoType property): name, last write time, size, and thumbnail. Additionally, you can provide custom information using the FileManagerDetailsCustomColumn objects.

See Also