This demo illustrates the File Manager's multiple file selection capability. It allows end-users to choose several files and to perform actions on them simultaneously.
Multi-file selection is disabled by default. To enable it, set the Settings.EnableMultiselect property to true.
The multi-file selection is available in the both - detail and thumbnail file list modes. You can switch them using the 'View Mode' combo box.
In this demo, the File Manager's SelectionChanged client event is handled to demonstrate how you can obtain information about selected files using the GetSelectedItems client method.
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 |