Class
FileDialogsCommands

Provides commands for FileDialogs.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public static class FileDialogsCommands

Inheritance: objectFileDialogsCommands

Properties

Cancel

Gets the cancel command.

Declaration

cs-api-definition
public static ICommand Cancel { get; }

Property Value

ICommand

The cancel command.

Copy

Gets the copy command.

Declaration

cs-api-definition
public static ICommand Copy { get; }

Property Value

ICommand

The copy command.

Cut

Gets the cut command.

Declaration

cs-api-definition
public static ICommand Cut { get; }

Property Value

ICommand

The cut command.

Delete

Gets the delete command.

Declaration

cs-api-definition
public static ICommand Delete { get; }

Property Value

ICommand

The delete command.

Edit

Gets the edit command.

Declaration

cs-api-definition
public static ICommand Edit { get; }

Property Value

ICommand

The edit command.

NewFolder

Gets the new folder command.

Declaration

cs-api-definition
public static ICommand NewFolder { get; }

Property Value

ICommand

The newFolder command.

Open

Gets the open command.

Declaration

cs-api-definition
public static ICommand Open { get; }

Property Value

ICommand

The open command.

Paste

Gets the paste command.

Declaration

cs-api-definition
public static ICommand Paste { get; }

Property Value

ICommand

The paste command.

Save

Gets the save command.

Declaration

cs-api-definition
public static ICommand Save { get; }

Property Value

ICommand

The save command.

SelectFolder

Gets the selectFolder command.

Declaration

cs-api-definition
public static ICommand SelectFolder { get; }

Property Value

ICommand

The selectFolder command.