New to Telerik UI for WPFStart a free 30-day trial

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: MaskedCurrencyInputGridViewEditorMaskedDateTimeGridViewEditorMaskedNumericInputGridViewEditorMaskedTextInputGridViewEditor

Constructors

Initializes a new instance of the MaskedInputBaseGridViewEditor class.

C#
public MaskedInputBaseGridViewEditor(RadMaskedInputBase maskedInputBase)
Parameters:maskedInputBaseRadMaskedInputBase

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)
Parameters:pointPoint

Sets the value / text of the editor control.

C#
public virtual void SetText(string text)
Parameters:textstring