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