ClassRadFilePathPicker
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadFilePathPicker : Control, IAutomationPeer, IPeerConverter, IRadFilePathPicker, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadFilePathPicker
Implements:
Inherited Members
Constructors
RadFilePathPicker()
Initializes a new instance of the RadFilePathPicker class.
Declaration
cs-api-definition
public RadFilePathPicker()
Fields
filePathProperty
Declaration
cs-api-definition
public static AutomationProperty filePathProperty
Field Value
isReadOnlyProperty
Declaration
cs-api-definition
public static AutomationProperty isReadOnlyProperty
Field Value
Properties
ClearButton
Gets the button that is used to clear the file/folder path.
Declaration
cs-api-definition
public RadButton ClearButton { get; }
Property Value
Implements
FilePath
Get the current file path's text.
IsReadOnly
Gets whether the RadFilePathPicker is read only.
ShowDialogButton
Gets the button that is used to show the dialog.
Declaration
cs-api-definition
public RadButton ShowDialogButton { get; }
Property Value
Implements
Methods
TypeText(string, int)
Simulates user typing text into the masked input box.