Classes

  Class Description
Public class C1DatePicker
Allows selecting and editing date values.
Public class C1DateTimePicker
The C1DateTimePicker controls allows editing DateTime values.
Public class C1TimeEditor
The C1TimeEditor control allows editing of TimeSpan values in different formats.
Public class DateTimeTypeConverter
Converts to and from the DateTime type.
Public class NullableDateTimeConverter
Converts to and from the Nullable<(Of <(<'T>)>)> type (using the DateTime type constraint on the generic).
Public class NullablePropertyChangedEventArgs<(Of <(<'T>)>)>
Wrapper class for the PropertyChangedEventArgs<(Of <(<'T>)>)> class for case when T is Nullable<(Of <(<'T>)>)>.
Public class NullableTimeSpanConverter
Converts to and from the Nullable<(Of <(<'T>)>)> type (using the TimeSpan type constraint on the generic).
Public class TextValidationErrorEventArgs
Provides data for the DateValidationError event.

Enumerations

  Enumeration Description
Public enumeration C1DatePickerFormat
Specifies the DateTime format the C1DatePicker control displays.
Public enumeration C1DateTimePickerEditMode
Determines the C1DateTimePicker edit mode.
Public enumeration C1TimeEditorFormat
Specifies the TimeSpan format the C1TimeEditor control displays.