This demo demonstrates the File Manager's Details view mode.
The File Manager supports two file list view modes: Thumbnails and Details. The thumbnails view is displayed by default. Use the SettingsFileList.View property to enable the Details mode.
In the Details view mode, a file list is represented by a grid containing information about files. You can use the SettingsFileList.DetailsViewSettings property settings to customize the mode functionality.
- AllowColumnResize property specifies whether the columns can be resized by end-users.
- AllowColumnDragDrop property specifies whether end-users can reorder columns by dragging their headers.
- AllowColumnSort property specifies whether end-users can sort data by clicking column headers.
- ShowHeaderFilterButton property specifies whether column headers display filter buttons allowing end-users to filter files.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxFileManagerAndUploadDemos |