Specifies the DateTime format the C1DatePicker control displays.

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

C#
public enum C1DatePickerFormat
Visual Basic
Public Enumeration C1DatePickerFormat

Members

Member nameValueDescription
Long0 Specifies that the date should be displayed using unabbreviated days of the week and month names.
Short1 Specifies that the date should be displayed using abbreviated days of the week and month names.
Custom2 Specifies that date format is determined by the C1DatePicker.CustomFormat property.

See Also