Date Picker
The date picker has three 'spinner' controls to allow the user to pick a date value. The spinners display when the control is clicked.
Useful Properties
You will probably use these properties most often:
Property | Description |
---|---|
DayVisible | Sets if the day column is visible. |
MonthVisible | Sets if the month column is visible. |
YearVisible | Sets if the year column is visible. |
DayFormat | Format string for the day part of the date. |
MonthFormat | Format string for the month part of the date. |
YearFormat | Format string for the year part of the date. |
SelectedDate | The date selected (null when no selection). |