DatePicker : Control

Implemented for: WASM, Skia, Mobile

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 WASM, Skia, Mobile
string YearFormat WASM, Skia, Mobile
DateTimeOffset? SelectedDate WASM, Skia, Mobile
Orientation Orientation WASM, Skia, Mobile
bool MonthVisible WASM, Skia, Mobile
string MonthFormat WASM, Skia, Mobile
DateTimeOffset MinYear WASM, Skia, Mobile
DateTimeOffset MaxYear WASM, Skia, Mobile
LightDismissOverlayMode LightDismissOverlayMode WASM, Skia, Mobile
DataTemplate HeaderTemplate WASM, Skia, Mobile
object Header WASM, Skia, Mobile
bool DayVisible WASM, Skia, Mobile
string DayFormat WASM, Skia, Mobile
DateTimeOffset Date WASM, Skia, Mobile
string CalendarIdentifier WASM, Skia, Mobile
DependencyProperty CalendarIdentifierProperty WASM, Skia, Mobile
DependencyProperty DateProperty WASM, Skia, Mobile
DependencyProperty DayFormatProperty WASM, Skia, Mobile
DependencyProperty DayVisibleProperty WASM, Skia, Mobile
DependencyProperty HeaderProperty WASM, Skia, Mobile
DependencyProperty HeaderTemplateProperty WASM, Skia, Mobile
DependencyProperty LightDismissOverlayModeProperty WASM, Skia, Mobile
DependencyProperty MaxYearProperty WASM, Skia, Mobile
DependencyProperty MinYearProperty WASM, Skia, Mobile
DependencyProperty MonthFormatProperty WASM, Skia, Mobile
DependencyProperty MonthVisibleProperty WASM, Skia, Mobile
DependencyProperty OrientationProperty WASM, Skia, Mobile
DependencyProperty SelectedDateProperty WASM, Skia, Mobile
DependencyProperty YearFormatProperty WASM, Skia, Mobile
DependencyProperty YearVisibleProperty WASM, Skia, Mobile

Implemented events

Event Supported on
EventHandler DateChanged WASM, Skia, Mobile
TypedEventHandler<DatePicker, DatePickerSelectedValueChangedEventArgs> SelectedDateChanged WASM, Skia, Mobile

Below are all properties, methods, and events of DatePicker that are not currently implemented in Uno.

Not implemented properties

Property Not supported on
bool YearVisible MacOS
string YearFormat MacOS
DateTimeOffset? SelectedDate MacOS
Orientation Orientation MacOS
bool MonthVisible MacOS
string MonthFormat MacOS
DateTimeOffset MinYear MacOS
DateTimeOffset MaxYear MacOS
LightDismissOverlayMode LightDismissOverlayMode MacOS
DataTemplate HeaderTemplate MacOS
object Header MacOS
bool DayVisible MacOS
string DayFormat MacOS
DateTimeOffset Date MacOS
string CalendarIdentifier MacOS
DependencyProperty CalendarIdentifierProperty MacOS
DependencyProperty DateProperty MacOS
DependencyProperty DayFormatProperty MacOS
DependencyProperty DayVisibleProperty MacOS
DependencyProperty HeaderProperty MacOS
DependencyProperty HeaderTemplateProperty MacOS
DependencyProperty LightDismissOverlayModeProperty MacOS
DependencyProperty MaxYearProperty MacOS
DependencyProperty MinYearProperty MacOS
DependencyProperty MonthFormatProperty MacOS
DependencyProperty MonthVisibleProperty MacOS
DependencyProperty OrientationProperty MacOS
DependencyProperty SelectedDateProperty MacOS
DependencyProperty YearFormatProperty MacOS
DependencyProperty YearVisibleProperty MacOS

Not implemented events

Event Not supported on
EventHandler DateChanged MacOS
TypedEventHandler<DatePicker, DatePickerSelectedValueChangedEventArgs> SelectedDateChanged MacOS

Last updated Monday, 14 April 2025 02:07.