Interface
IRadFilePathPicker

Represents the RadFilePathPicker control wrapper for Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public interface IRadFilePathPicker : IControl, IFrameworkElement, ITargetElement

Derived Classes: RadFilePathPicker

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ClearButton

Gets the ClearButton of the RadFilePathPicker used for clear the file path.

Declaration

cs-api-definition
RadButton ClearButton { get; }

Property Value

RadButton

FilePath

Gets the FilePath of the RadFilePathPicker.

Declaration

cs-api-definition
string FilePath { get; }

Property Value

string

IsReadOnly

Gets the IsReadOnly property of the RadFilePathPicker.

Declaration

cs-api-definition
bool IsReadOnly { get; }

Property Value

bool

ShowDialogButton

Gets the ShowDialogButton of the RadFilePathPicker used for opening dialogs.

Declaration

cs-api-definition
RadButton ShowDialogButton { get; }

Property Value

RadButton

Methods

TypeText(string, int)

Simulate user typing in the RadFilePathPicker.

Declaration

cs-api-definition
void TypeText(string text, int keyPressTime)

Parameters

text

string

The text to type.

keyPressTime

int

The key press timout.