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