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

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; }
Property Value:

The cancel command.

Gets the copy command.

C#
public static ICommand Copy { get; }
Property Value:

The copy command.

Gets the cut command.

C#
public static ICommand Cut { get; }
Property Value:

The cut command.

Gets the delete command.

C#
public static ICommand Delete { get; }
Property Value:

The delete command.

Gets the edit command.

C#
public static ICommand Edit { get; }
Property Value:

The edit command.

Gets the new folder command.

C#
public static ICommand NewFolder { get; }
Property Value:

The newFolder command.

Gets the open command.

C#
public static ICommand Open { get; }
Property Value:

The open command.

Gets the paste command.

C#
public static ICommand Paste { get; }
Property Value:

The paste command.

Gets the save command.

C#
public static ICommand Save { get; }
Property Value:

The save command.

Gets the selectFolder command.

C#
public static ICommand SelectFolder { get; }
Property Value:

The selectFolder command.