New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI Scheduler Date Properties

Updated on Nov 6, 2025

The .NET MAUI Scheduler exposes several date-related properties that you can use to work with dates in the active view.

  • MinDate (DateTime)—Defines the minimum date that can be navigated to in the scheduler. This property restricts backward navigation and prevents displaying dates earlier than the specified minimum. The default value is 2000, 1, 1.
  • MaxDate (DateTime)—Defines the maximum date that can be navigated to in the scheduler. This property restricts forward navigation and prevents displaying dates later than the specified maximum. The default value is 2099, 12, 31.
  • CurrentDate (DateTime)—Defines the primary date that determines the visible range of the scheduler. The actual visible range depends on the active view definition. For example, in WeekView, this date determines which week is displayed; in MonthView, which month is shown. The default value is today's date.

See Also

In this article
See Also
Not finding the help you need?
Contact Support