Reputation: 140
I have claim application where we need to disable future dates in calendar control, How to set maximum date as todays date in UWP calendar?
Upvotes: 1
Views: 455
Reputation: 894
Set the MaxDate property. More info found here: https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.calendarview.maxdate#Windows_UI_Xaml_Controls_CalendarView_MaxDate
Upvotes: 4