Class DateFieldEditorMode
Defines the type of the control used as the default editor for the Data
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
DateTime
RadDateTimePicker control will be used as the editor.
Declaration
public const DateFieldEditorMode DateTime
Field Value
Time
RadTimePicker control will be used as the editor.
Declaration
public const DateFieldEditorMode Time
Field Value
value__
Declaration
public int value__
Field Value
System.
|