DatePicker
Last updated
Last updated
Note: You can check the Avalonia docs for the and if you need more information.
For Avalonia.FuncUI's DSL properties you can check
The DatePicker control is a single date picker that displays a calendar, it is also possible to enter a date via the TextBox the control has
Set Label
Set Date
Set DateFormat
Limit Year Range
Show Only Month and Year
You can control the visibility of the day, month, and year with similarly named functions.
Register Selected Date
You can check Microsoft docs for more information about the format strings.
You can check Microsoft docs for more information about setting time offsets.