Class MaskedTextInputGridViewEditor
This is an adapter class that adapts RadMaskedTextInput to IGridViewEditor interface.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class MaskedTextInputGridViewEditor : MaskedInputBaseGridViewEditor, IGridViewEditor
Constructors
MaskedTextInputGridViewEditor(RadMaskedTextInput)
Initializes a new instance of the MaskedTextInputGridViewEditor class.
Declaration
public MaskedTextInputGridViewEditor(RadMaskedTextInput maskedInputBase)
Parameters
RadMaskedTextInput
maskedInputBase
|
Methods
FocusEditor()
Tries to Focus the editor control.
Declaration
public override void FocusEditor()
Overrides
MoveCaretToEnd()
Moves the caret / selection start to the "end" of the input text/value.
Declaration
public override void MoveCaretToEnd()
Overrides
SetText(String)
Sets the value / text of the editor control.
Declaration
public override void SetText(string text)
Parameters
System.String
text
|