Class RadFilePathPicker
Inheritance
System.Object
RadFilePathPicker
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadFilePathPicker : Control, IAutomationPeer, IPeerConverter, IRadFilePathPicker, IControl, IFrameworkElement, ITargetElement
Constructors
RadFilePathPicker()
Declaration
public RadFilePathPicker()
Fields
filePathProperty
isReadOnlyProperty
Properties
ClearButton
Declaration
public RadButton ClearButton { get; }
Property Value
Implements
FilePath
Declaration
public string FilePath { get; set; }
Property Value
System.
|
Implements
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
Implements
ShowDialogButton
Declaration
public RadButton ShowDialogButton { get; }
Property Value
Implements
Methods
TypeText(String, Int32)
Declaration
public void TypeText(string text, int keyPressTime)
Parameters
System.
|
System.
|