You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var disabledDates = new List<DateTime>() { new DateTime(2018, 06, 11),
new DateTime(2018, 06, 13),
new DateTime(2018, 06, 14),
new DateTime(2018, 06, 25)
};
<controls:Calendar DisabledDates="{Binding DisabledDates}" />
The text was updated successfully, but these errors were encountered:
Is there any way to disable specific dates?
sample:
The text was updated successfully, but these errors were encountered: