Provides commands for HistoryNavigationCommands.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public static class HistoryNavigationCommands
Inheritance: objectHistoryNavigationCommands
Properties
Gets the back command.
C#
public static ICommand Back { get; }
The back command.
Gets the forward command.
C#
public static ICommand Forward { get; }
The forward command.