The C1DateSelector type exposes the following members.

Constructors

  Name Description
Public method C1DateSelector
Initializes a new instance of a C1DateSelector.

Methods

  Name Description
Protected method OnApplyTemplate
Builds the visual tree for the C1DateSelector control when a new template is applied.
(Overrides FrameworkElementOnApplyTemplate()()()().)

Fields

  Name Description
Public field Static member FirstYearProperty
Identifies the FirstYear dependency property.
Public field Static member ItemStyleProperty
Identifies the ItemStyle dependency property.
Public field Static member LastYearProperty
Identifies the LastYear dependency property.
Public field Static member SelectedDateProperty
Identifies the SelectedDate dependency property.

Properties

  Name Description
Public property FirstYear
Gets or sets the first year of the list of years.
Public property ItemStyle
Gets or sets the style applied to each item of the lists of days, months and years.
Public property LastYear
Gets or sets the last year of the list of years.
Public property SelectedDate
Gets or sets the date that is displayed as selected in this control.

See Also