New to Telerik UI for WPF? Download free 30-day trial

Visual Structure

Thank you for choosing RadCloudUpload.

This section defines terms and concepts used in the scope of RadCloudUpload you have to get familiar with prior to continue reading this help.

Below you can see a snapshot and explanation of the main visual elements of the RadCloudUpload control.

cloudupload visual structure

The structure of a RadCloudUpload consists of the following main elements:

  • RadCloudUpload - a Control which uses your custom provider to upload files to the cloud storage.

  • RadCloudUploadList - a separate ItemsControl that hosts the RadCloudUploadListItems.

  • RadCloudUploadListItem - a Control that represents a single file and indicates its status.

  • Notification Icon - icon indicating the state of the RadUploadListItem. The state can be one of the following:

  • Uploaded - in this state the icon is changed to a tick and it indicates that the file is uploaded.

  • Failed - in this state the icon is changed to an orange triangle and it indicates that the file has failed uploading.

  • Canceling - in this state the icon is changed to an orange triangle and it indicates that the cancelation request has been sent to the cloud provider.

  • Canceled - in this state the icon is changed to an orange triangle and it indicates that the uploading is canceled.

See Also

In this article