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
DateTimePicker
The DateTimePicker will input both Date and Time.
Declaration
public const InputMode DateTimePicker
Field Value
TimePicker
The DateTimePicker will input only Time.
Declaration
public const InputMode TimePicker
Field Value
value__
Declaration
public int value__
Field Value
System.
|