Defines the type of the control used as the default editor for the DataFormDateField.
Definition
Namespace:Telerik.Windows.Controls.Data.DataForm
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public enum DateFieldEditorMode
Fields
RadDatePicker control will be used as the editor.
C#
Date = 1
RadDateTimePicker control will be used as the editor.
C#
DateTime = 0
RadTimePicker control will be used as the editor.
C#
Time = 2