Specifies the format of the DateTimePicker.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum DateTimePickerFormat
Fields
Specifies that the date should be displayed using unabbreviated days of the week and month names.
C#
Long = 0
Specifies that the date should be displayed using abbreviated days of the week and month names.
C#
Short = 1