InputMode
Enum
Specify the input mode of the DateTimePicker.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum InputMode
Fields
The DateTimePicker will input only Date.
C#
DatePicker = 1
The DateTimePicker will input both Date and Time.
C#
DateTimePicker = 0
The DateTimePicker will input only Time.
C#
TimePicker = 2