Class DateFieldEditorMode
Defines the type of the control used as the default editor for the DataFormDateField.
Inheritance
System.Object
DateFieldEditorMode
Namespace: Telerik.Windows.Controls.Data.DataForm
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class DateFieldEditorMode : Enum
Fields
Date
RadDatePicker control will be used as the editor.
Declaration
public const DateFieldEditorMode Date
Field Value
DateFieldEditorMode
|
DateTime
RadDateTimePicker control will be used as the editor.
Declaration
public const DateFieldEditorMode DateTime
Field Value
DateFieldEditorMode
|
Time
RadTimePicker control will be used as the editor.
Declaration
public const DateFieldEditorMode Time
Field Value
DateFieldEditorMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|