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
Short
Specifies that the date should be displayed using abbreviated days of the week and month names.
Declaration
public const DateTimePickerFormat Short
Field Value
value__
Declaration
public int value__
Field Value
System.
|