Class MaskedDateTimeGridViewEditor
This is an adapter class that adapts RadMaskedDateTimeInput to IGridViewEditor interface.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class MaskedDateTimeGridViewEditor : MaskedInputBaseGridViewEditor, IGridViewEditor
Constructors
MaskedDateTimeGridViewEditor(RadMaskedDateTimeInput)
Initializes a new instance of the MaskedDateTimeGridViewEditor class.
Declaration
public MaskedDateTimeGridViewEditor(RadMaskedDateTimeInput maskedDateInput)
Parameters
RadMaskedDateTimeInput
maskedDateInput
|
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
|