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
FilePath
Declaration
public string FilePath { get; set; }
Property Value
System.String
|
Implements
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
Implements
ShowDialogButton
Methods
TypeText(String, Int32)
Declaration
public void TypeText(string text, int keyPressTime)
Parameters
System.String
text
|
System.Int32
keyPressTime
|