Class RadFilePathPickerCommands
Static class listing all public RadFilePathPicker commands.
Inheritance
System.Object
RadFilePathPickerCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public static class RadFilePathPickerCommands
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
|