This is an adapter class that adapts RadMaskedNumericInput to IGridViewEditor interface.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class MaskedNumericInputGridViewEditor : MaskedInputBaseGridViewEditor
Inheritance: objectMaskedInputBaseGridViewEditorMaskedNumericInputGridViewEditor
Inherited Members
Constructors
Initializes a new instance of the MaskedNumericInputGridViewEditor class.
C#
public MaskedNumericInputGridViewEditor(RadMaskedNumericInput numericInputControl)
Methods
Tries to Focus the editor control.
C#
public override void FocusEditor()
Overrides:
Moves the caret / selection start to the "end" of the input text/value.
C#
public override void MoveCaretToEnd()
Overrides:
Sets the value / text of the editor control.