The C1DateSelector type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1DateSelector |
Initializes a new instance of a C1DateSelector.
|
Methods
| Name | Description | |
|---|---|---|
|
|
OnApplyTemplate |
Builds the visual tree for the C1DateSelector control when a new template is applied.
(Overrides FrameworkElementOnApplyTemplate()()()().) |
Fields
| Name | Description | |
|---|---|---|
|
|
FirstYearProperty |
Identifies the FirstYear dependency property.
|
|
|
ItemStyleProperty |
Identifies the ItemStyle dependency property.
|
|
|
LastYearProperty |
Identifies the LastYear dependency property.
|
|
|
SelectedDateProperty |
Identifies the SelectedDate dependency property.
|
Properties
| Name | Description | |
|---|---|---|
|
|
FirstYear |
Gets or sets the first year of the list of years.
|
|
|
ItemStyle |
Gets or sets the style applied to each item of the lists of days, months and years.
|
|
|
LastYear |
Gets or sets the last year of the list of years.
|
|
|
SelectedDate |
Gets or sets the date that is displayed as selected in this control.
|