New to Telerik UI for .NET MAUI? Start 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 is2000, 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 is2099, 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, inWeekView, this date determines which week is displayed; inMonthView, which month is shown. The default value is today's date.