DatePicker : Control
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of DatePicker
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how DatePicker
works, you can use the Uno Gallery or run your own tests on the Uno Playground.
Implemented properties
Property | Supported on |
---|---|
bool YearVisible | all platforms supported by Uno Platform |
string YearFormat | all platforms supported by Uno Platform |
DateTimeOffset? SelectedDate | all platforms supported by Uno Platform |
Orientation Orientation | all platforms supported by Uno Platform |
bool MonthVisible | all platforms supported by Uno Platform |
string MonthFormat | all platforms supported by Uno Platform |
DateTimeOffset MinYear | all platforms supported by Uno Platform |
DateTimeOffset MaxYear | all platforms supported by Uno Platform |
LightDismissOverlayMode LightDismissOverlayMode | all platforms supported by Uno Platform |
DataTemplate HeaderTemplate | all platforms supported by Uno Platform |
object Header | all platforms supported by Uno Platform |
bool DayVisible | all platforms supported by Uno Platform |
string DayFormat | all platforms supported by Uno Platform |
DateTimeOffset Date | all platforms supported by Uno Platform |
string CalendarIdentifier | all platforms supported by Uno Platform |
DependencyProperty CalendarIdentifierProperty | all platforms supported by Uno Platform |
DependencyProperty DateProperty | all platforms supported by Uno Platform |
DependencyProperty DayFormatProperty | all platforms supported by Uno Platform |
DependencyProperty DayVisibleProperty | all platforms supported by Uno Platform |
DependencyProperty HeaderProperty | all platforms supported by Uno Platform |
DependencyProperty HeaderTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty LightDismissOverlayModeProperty | all platforms supported by Uno Platform |
DependencyProperty MaxYearProperty | all platforms supported by Uno Platform |
DependencyProperty MinYearProperty | all platforms supported by Uno Platform |
DependencyProperty MonthFormatProperty | all platforms supported by Uno Platform |
DependencyProperty MonthVisibleProperty | all platforms supported by Uno Platform |
DependencyProperty OrientationProperty | all platforms supported by Uno Platform |
DependencyProperty SelectedDateProperty | all platforms supported by Uno Platform |
DependencyProperty YearFormatProperty | all platforms supported by Uno Platform |
DependencyProperty YearVisibleProperty | all platforms supported by Uno Platform |
Implemented events
Event | Supported on |
---|---|
EventHandler |
all platforms supported by Uno Platform |
TypedEventHandler<DatePicker, DatePickerSelectedValueChangedEventArgs> SelectedDateChanged | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.