Specifies the DateTime format the C1DatePicker control displays.
Namespace:
C1.Xaml.DateTimeEditorsAssembly: C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)
Syntax
| C# |
|---|
public enum C1DatePickerFormat |
| Visual Basic |
|---|
Public Enumeration C1DatePickerFormat |
Members
| Member name | Description | |
|---|---|---|
| Long | Specifies that the date should be displayed using unabbreviated days of the week and month names. | |
| Short | Specifies that the date should be displayed using abbreviated days of the week and month names. | |
| Custom | Specifies that date format is determined by the C1DatePicker.CustomFormat property. |