Class RadFilePathPickerCommands
Static class listing all public RadFilePathPicker commands.
Inheritance
System.Object
RadFilePathPickerCommands
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public static class RadFilePathPickerCommands : Object
Properties
Clear
Gets the Clear command.
Declaration
public static RoutedUICommand Clear { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ShowDialog
Gets the ShowDialog command.
Declaration
public static RoutedUICommand ShowDialog { get; }
Property Value
System.Windows.Input.RoutedUICommand
|