Ghost1372

everything can be handy

CalendarWithClock

Event

Name
SelectedTimeChanged

Property

Name
IsGroupLabelVisible
IsTodayHighlighted
DisplayMode
FirstDayOfWeek
DayOfWeekFormat
CalendarIdentifier
IsOutOfScopeEnabled
MaxDate
MinDate
CalendarViewMargin
TimePickerMargin
CalendarViewStyle
CalendarViewBorderThickness
SelectedTime
SelectedDate
TimePickerDisplayMode
ShowAccentBorderOnHeader
ClockMode
ClockCornerRadius
CalendarViewCornerRadius
ClockBorderThickness
ClockMargin

You can use Default WinUI Styles (DefaultCalendarViewStyle) or your own syles for CalendarView, just use CalendarViewStyle property.

Example

1
<dev:CalendarWithClock />

Use ClockMode for choosing between TimePicker or AnalogClock

Some Properties only works for TimePicker and Some for AnalogClock.

DevWinUI

Demo

you can run demo and see this feature.

0%