Class DateTimePickerFormat
Specifies the format of the DateTimePicker.
Inheritance
System.Object
DateTimePickerFormat
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class DateTimePickerFormat : Enum
Fields
Long
Specifies that the date should be displayed using unabbreviated days of the week and month names.
Declaration
public const DateTimePickerFormat Long
Field Value
DateTimePickerFormat
|
Short
Specifies that the date should be displayed using abbreviated days of the week and month names.
Declaration
public const DateTimePickerFormat Short
Field Value
DateTimePickerFormat
|
value__
Declaration
public int value__
Field Value
System.Int32
|