Interface IRadMaskedInput
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadMaskedInput : IControl, IFrameworkElement, ITargetElement
Properties
Mask
Declaration
string Mask { get; }
Property Value
System.String
|
Text
Declaration
string Text { get; }
Property Value
System.String
|
Value
Declaration
string Value { get; }
Property Value
System.String
|
Methods
MouseClick(MouseClickType, Int32, Boolean)
Declaration
void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Boolean
offsetFromLeft
|
TypeText(String, Int32)
Declaration
void TypeText(string text, int keyPressTime)
Parameters
System.String
text
|
System.Int32
keyPressTime
|