The C1DateTimeSelector type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1DateTimeSelector |
Initializes a new instance of a C1DateTimeSelector.
|
Methods
| Name | Description | |
|---|---|---|
|
|
OnApplyTemplate |
Builds the visual tree for the C1DateTimeSelector control when a new template is applied.
(Overrides FrameworkElementOnApplyTemplate()()()().) |
|
|
OnSelectedDateChanged |
Raises the DateTime event.
|
|
|
RaisePropertyChanged |
Raises the PropertyChanged event.
|
|
|
UpdateCulture |
Updates all culture-dependant values.
|
Fields
| Name | Description | |
|---|---|---|
|
|
AllowNullProperty |
Identifies the AllowNull dependency property.
|
|
|
DateFormatProperty |
Identifies the DateFormat dependency property.
|
|
|
EditModeProperty |
Identifies the EditMode dependency property.
|
|
|
MaxDateProperty |
Identifies the MaxDate dependency property.
|
|
|
MinDateProperty |
Identifies the MinDate dependency property.
|
|
|
SelectedDateProperty |
Identifies the SelectedDate dependency property.
|
Properties
| Name | Description | |
|---|---|---|
|
|
AllowNull |
Gets or sets whether the control accepts null values.
|
|
|
DateFormat |
Gets or sets the format string to use when converting the selected date to a string.
|
|
|
EditMode |
Defines edit mode.
|
|
|
MaxDate |
Gets or sets the maximum DateTime allowed for the C1DateTimeSelector.
|
|
|
MinDate |
Gets or sets the minimum DateTime value allowed for the C1DateTimeSelector.
|
|
|
SelectedDate |
Gets or sets the date that is displayed as selected in this control.
|
Events
| Name | Description | |
|---|---|---|
|
|
PropertyChanged |
Occurs when a property value changes.
|
|
|
SelectedDateChanged |
Fires when the SelectedDate property changes.
|