Blazor File Manager Example - API Configuration
The property pane in this sample displays the features available in the File Manager component. The visibility of the toolbar, file extensions, Range Selection, and image thumbnails can 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.
Upload Files
Or drop files here
Properties
Enable Range Selection | |
Toolbar | |
Show Thumbnail | |
Show File Extension | |
Disable Toolbar Item | |
Enable Toolbar Item |
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.
- ShowThumbnail property shows or hides thumbnail images in the large icons view.
- ShowFileExtension property shows or hides the file extension in the File Manager.
- EnableRangeSelection property allows multiple items selection with mouse dragging.