CalendarDatePicker
Note: You can check the Avalonia docs for the CalendarDatePicker API if you need more information.
For Avalonia.FuncUI's DSL properties you can check CalendarDatePicker.fs
The CalendarDatePicker control is a single date picker that displays a calendar, it is also possible to enter a date via the TextBox the control has
Usage
Set Date
Set DateFormat
For more information about the CalendarDatePickerFormat check DatePickerFormat
You can check Custom date and time format strings Microsoft docs for more information about the format string
Set Start Display Date
Sets the first date available to display
Set End Display Date
Sets the last date available to display
Set Watermark
Sets the watermark (placeholder) for the TextBox that is included in this control
Last updated