Difference between calendar control and dates in WPF?

Difference between a calendar control and a date in WPF? Are there any criteria for choosing one of them?

Thank.

+5
source share
1 answer

In the DatePicker Documentation :

The DatePicker element allows the user to select a date either by entering it in a text field or using a drop-down calendar.

Many of the DatePicker management properties are designed to control its built-in Calendar , and the function is identical to the equivalent property in the calendar. [Notch] See Calendar for more information .

WPF, ...

, DatePicker , , , , , .

, , , , DatePicker, - .

, , DatePicker, . , , , , DatePicker.

. , , . , .

, .

+9

All Articles