Skip to main content

CalendarBuilder.DisabledDates Method

Name Parameters Description
DisabledDates(JS) value Specifies dates that users cannot select. Mirrors the client-side disabledDates option.
DisabledDates(RazorBlock) jsFunc Specifies dates that users cannot select. Mirrors the client-side disabledDates option.
DisabledDates(IEnumerable<DateTime>) value Specifies dates that users cannot select. Mirrors the client-side disabledDates option.
DisabledDates(String) jsFunc Specifies dates that users cannot select. Mirrors the client-side disabledDates option.