Controls/DatePicker: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=DatePicker | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/datepicker | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Uses platform date dialog; verify locale/format on GTK. | props= <tr><td>Date</td><td>?</td><td></td><td>Selected date</td></tr> <tr><td>MinimumDate</td><td>?</td><td></td><td>Lower bound</td></tr> <tr><td>MaximumDate</td><td>?</td><td></td><td>Upper bound</td></tr> <tr><t..." |
(No difference)
|
Latest revision as of 15:56, 17 October 2025
DatePicker
- Kind
- Control
- Microsoft Docs
- DatePicker documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Uses platform date dialog; verify locale/format on GTK.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Date | ? | Selected date | |
| MinimumDate | ? | Lower bound | |
| MaximumDate | ? | Upper bound | |
| Format | ? | Display format | |
| TextColor | ? | Field text |