New to Telerik UI for WPFStart a free 30-day trial

RadCloudUpload related RoutedUICommands.

Definition

Namespace:Telerik.Windows.Cloud.Controls.Upload

Assembly:Telerik.Windows.Cloud.Controls.dll

Syntax:

C#
public static class CloudUploadCommands

Inheritance: objectCloudUploadCommands

Properties

AddFiles

RoutedUICommand

Gets the AddFiles command.

C#
public static RoutedUICommand AddFiles { get; }

Browse

RoutedUICommand

Gets the Browse command.

C#
public static RoutedUICommand Browse { get; }

ClearItems

RoutedUICommand

Gets the ClearItems command.

C#
public static RoutedUICommand ClearItems { get; }

ClearUploadedItems

RoutedUICommand

Gets the ClearUploadedItems command.

C#
public static RoutedUICommand ClearUploadedItems { get; }

RequestCancel

RoutedUICommand

Gets the RequestCancel command.

C#
public static RoutedUICommand RequestCancel { get; }

StartUpload

RoutedUICommand

Gets the StartUpload command.

C#
public static RoutedUICommand StartUpload { get; }