RadControls for WPF

Specify the input mode of the DateTimePicker.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public enum InputMode
Visual Basic
Public Enumeration InputMode

Members

Member nameValueDescription
DateTimePicker0 The DateTimePicker will input both Date and Time.
DatePicker1 The DateTimePicker will input only Date.
TimePicker2 The DateTimePicker will input only Time.

See Also