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