Class MaskedInputBaseGridViewEditor
This is a base adapter class that adapts RadMaskedInputBase to IGridViewEditor interface.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class MaskedInputBaseGridViewEditor : Object, IGridViewEditor
Constructors
MaskedInputBaseGridViewEditor(RadMaskedInputBase)
Initializes a new instance of the MaskedInputBaseGridViewEditor class.
Declaration
public MaskedInputBaseGridViewEditor(RadMaskedInputBase maskedInputBase)
Parameters
Rad
|
Methods
FocusEditor()
Tries to Focus the editor control.
Declaration
public virtual void FocusEditor()
MoveCaretToEnd()
Moves the caret / selection start to the "end" of the input text/value.
Declaration
public virtual void MoveCaretToEnd()
SelectAll()
Selects the whole text/value.
Declaration
public void SelectAll()
SetCaretToPoint(Point)
Moves the caret to specific Point position.
Declaration
public void SetCaretToPoint(Point point)
Parameters
System.
|
SetText(String)
Sets the value / text of the editor control.
Declaration
public virtual void SetText(string text)
Parameters
System.
|