Class InputMode
Specify the input mode of the DateTimePicker.
Inheritance
System.Object
InputMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class InputMode : Enum
Fields
DatePicker
The DateTimePicker will input only Date.
Declaration
public const InputMode DatePicker
Field Value
InputMode
|
DateTimePicker
The DateTimePicker will input both Date and Time.
Declaration
public const InputMode DateTimePicker
Field Value
InputMode
|
TimePicker
The DateTimePicker will input only Time.
Declaration
public const InputMode TimePicker
Field Value
InputMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|