Class FileDialogsCommands
Provides commands for FileDialogs.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public static class FileDialogsCommands
Properties
Cancel
Gets the cancel command.
Declaration
public static ICommand Cancel { get; }
Property Value
System.Windows.Input.ICommand
The cancel command. |
Copy
Gets the copy command.
Declaration
public static ICommand Copy { get; }
Property Value
System.Windows.Input.ICommand
The copy command. |
Cut
Gets the cut command.
Declaration
public static ICommand Cut { get; }
Property Value
System.Windows.Input.ICommand
The cut command. |
Delete
Gets the delete command.
Declaration
public static ICommand Delete { get; }
Property Value
System.Windows.Input.ICommand
The delete command. |
Edit
Gets the edit command.
Declaration
public static ICommand Edit { get; }
Property Value
System.Windows.Input.ICommand
The edit command. |
NewFolder
Gets the new folder command.
Declaration
public static ICommand NewFolder { get; }
Property Value
System.Windows.Input.ICommand
The newFolder command. |
Open
Gets the open command.
Declaration
public static ICommand Open { get; }
Property Value
System.Windows.Input.ICommand
The open command. |
Paste
Gets the paste command.
Declaration
public static ICommand Paste { get; }
Property Value
System.Windows.Input.ICommand
The paste command. |
Save
Gets the save command.
Declaration
public static ICommand Save { get; }
Property Value
System.Windows.Input.ICommand
The save command. |
SelectFolder
Gets the selectFolder command.
Declaration
public static ICommand SelectFolder { get; }
Property Value
System.Windows.Input.ICommand
The selectFolder command. |