• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of API in ASP.NET Core File Manager Control

The File Manager component in the property pane displays its features in this sample. The visibility of the toolbar, multi-selection, file extensions, and image thumbnails can all be easily controlled by checking or unchecking the respective checkboxes. Additionally, specific toolbar items can be enabled or disabled by selecting values in the Dropdown List.

DEMO
SOURCE
Toolbar
allowMultiSelection
showFileExtension
showThumbnail
Disable
Enable

In this demo, the above mentioned requirements are achieved by using the following API properties and method of the File Manager component.

toolbarSettings defines the group of items in the toolbar that are aligned horizontally.

allowMultiSelection property enables or disables the File Manager's multiple folder or file selection.

showFileExtension property shows or hides the file extension in the File Manager.

showThumbnail property shows or hides thumbnail images in the large icons view. .

enableToolbarItems specifies which items should be enabled in the toolbar.

disableToolbarItems specifies which items should be disabled in the toolbar.

Note: File Manager's upload functionality is restricted in the online demo. If you need to test upload functionality, please install Syncfusion Essential Studio on your machine and run the demo.