This is a base adapter class that adapts RadMaskedInputBase to IGridViewEditor interface.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class MaskedInputBaseGridViewEditor
Inheritance: objectMaskedInputBaseGridViewEditor
Derived Classes:
Constructors
Initializes a new instance of the MaskedInputBaseGridViewEditor class.
C#
public MaskedInputBaseGridViewEditor(RadMaskedInputBase maskedInputBase)
Methods
Tries to Focus the editor control.
C#
public virtual void FocusEditor()
Moves the caret / selection start to the "end" of the input text/value.
C#
public virtual void MoveCaretToEnd()
Selects the whole text/value.
C#
public void SelectAll()
Moves the caret to specific Point position.
C#
public void SetCaretToPoint(Point point)
Sets the value / text of the editor control.