Class CloudUploadCommands
RadCloudUpload related System.Windows.Input.RoutedUICommands.
Inheritance
System.Object
CloudUploadCommands
Namespace: Telerik.Windows.Cloud.Controls.Upload
Assembly: Telerik.Windows.Cloud.Controls.dll
Syntax
public static class CloudUploadCommands : Object
Properties
AddFiles
Gets the AddFiles command.
Declaration
public static RoutedUICommand AddFiles { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
Browse
Gets the Browse command.
Declaration
public static RoutedUICommand Browse { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ClearItems
Gets the ClearItems command.
Declaration
public static RoutedUICommand ClearItems { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ClearUploadedItems
Gets the ClearUploadedItems command.
Declaration
public static RoutedUICommand ClearUploadedItems { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
RequestCancel
Gets the RequestCancel command.
Declaration
public static RoutedUICommand RequestCancel { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
StartUpload
Gets the StartUpload command.
Declaration
public static RoutedUICommand StartUpload { get; }
Property Value
System.Windows.Input.RoutedUICommand
|