Skip to content
HO-COOH edited this page Mar 22, 2026 · 3 revisions

DatePickerHelper

Properties (WinUI3 IDL)

Name IsDependencyProperty Description
AcrylicWorkaround Attached/static dependency property.

The WinUI3's built-in DatePicker does not have Acrylic background. We fixed it for you. To use it, simply add DatePickerHelper.AcrylicWorkaround="True" as an attached property on your DatePicker.

<DatePicker essential:DatePickerHelper.AcrylicWorkaround="True" Header="Pick a date" />
Before After

Clone this wiki locally