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

RadCloudUploadList

The RadCloudUploadList is simply an ItemsControl with no additional features or properties. It can be used to visualize the Items, ValidItems or InvalidItems collections of the RadCloudUpload control. In order to populate this ItemsControl you can use ElementName binding to the corresponding properties of the RadCloudUpload control.

<telerik:RadCloudUploadList ItemsSource="{Binding InvalidItems, ElementName=MyRadCloudUploadName}" /> 
<telerik:RadCloudUploadList ItemsSource="{Binding ValidItems, ElementName=MyRadCloudUploadName}" /> 
<telerik:RadCloudUploadList ItemsSource="{Binding Items, ElementName=MyRadCloudUploadName}" /> 

See Also

In this article