Class
MaskedTextInputGridViewEditor

This is an adapter class that adapts RadMaskedTextInput to IGridViewEditor interface.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class MaskedTextInputGridViewEditor : MaskedInputBaseGridViewEditor

Inheritance: objectMaskedInputBaseGridViewEditorMaskedTextInputGridViewEditor

Inherited Members MaskedInputBaseGridViewEditor.SelectAll()MaskedInputBaseGridViewEditor.SetCaretToPoint(Point)

Constructors

MaskedTextInputGridViewEditor(RadMaskedTextInput)

Initializes a new instance of the MaskedTextInputGridViewEditor class.

Declaration

cs-api-definition
public MaskedTextInputGridViewEditor(RadMaskedTextInput maskedInputBase)

Parameters

maskedInputBase

RadMaskedTextInput

Methods

FocusEditor()

Tries to Focus the editor control.

Declaration

cs-api-definition
public override void FocusEditor()

Overrides MaskedInputBaseGridViewEditor.FocusEditor()

MoveCaretToEnd()

Moves the caret / selection start to the "end" of the input text/value.

Declaration

cs-api-definition
public override void MoveCaretToEnd()

Overrides MaskedInputBaseGridViewEditor.MoveCaretToEnd()

SetText(string)

Sets the value / text of the editor control.

Declaration

cs-api-definition
public override void SetText(string text)

Parameters

text

string

Overrides MaskedInputBaseGridViewEditor.SetText(string)