This demo illustrates the Details view mode of the DevExpress ASP.NET File Manager (ASPxFileManager).
ASPxFileManager 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 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 or not columns can be resized by end-users.
-
AllowColumnDragDrop property specifies whether or not end-users can reorder columns by dragging their headers.
-
AllowColumnSort property specifies whether or not end-users can sort data by clicking column headers.
-
ShowHeaderFilterButton property specifies whether or not column headers display filter buttons allowing end-users to filter files.