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