Skip to main content
A newer version of this page is available. .

Upload Button

The Upload Button is a toolbar item that can be used to upload files.

 

ASPxFileManager_UploadButton

 

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

Characteristics Members
Accessibility FileManagerSettingsUpload.Enabled
Appearance FileManagerStyles.ToolbarItem
Image FileManagerImages.UploadButton

The Upload Button is displayed in the toolbox if the FileManagerSettingsToolbar.Items collection contains an object of the FileManagerToolbarUploadButton type. In this case, button availability is controlled by the FileManagerSettingsUpload.Enabled property.

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

See Also