Back to Devexpress

Upload Button

aspnet-114019-components-file-management-file-manager-visual-elements-toolbar-elements-upload-button.md

latest1.9 KB
Original Source

Upload Button

  • Jun 16, 2022

The Upload Button is a toolbar item that allows users to upload files.

The table below lists the main members that affect button appearance and functionality.

CharacteristicsMembers
AccessibilityFileManagerSettingsUpload.Enabled
AppearanceFileManagerStyles.ToolbarItem
ImageFileManagerImages.UploadButton

The toolbox displays the Upload Button if the FileManagerSettingsToolbar.Items collection contains an object of the FileManagerToolbarUploadButton type. In this case, the FileManagerSettingsUpload.Enabled property controls button availability.

If the FileManagerSettingsToolbar.Items collection is empty, the Upload Button is displayed when file upload is enabled (FileManagerSettingsUpload.Enabled is true) and the upload panel is hidden (FileManagerSettingsUpload.ShowUploadPanel is false).

See Also

File Upload

File Manager