Interface IRadFilePathPicker
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public interface IRadFilePathPicker : IControl, IFrameworkElement, ITargetElement
Properties
ClearButton
FilePath
Declaration
string FilePath { get; }
Property Value
System.String
|
IsReadOnly
Declaration
bool IsReadOnly { get; }
Property Value
System.Boolean
|
ShowDialogButton
Methods
TypeText(String, Int32)
Declaration
void TypeText(string text, int keyPressTime)
Parameters
System.String
text
|
System.Int32
keyPressTime
|