New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI Scheduler Header Visual Structure

The Scheduler for .NET MAUI provides a header that can be used to quickly switch between the available views as well as navigate to a different date. In addition, the header includes an optional Today button for navigating directly to today's date.

The following image shows the anatomy of the Scheduler Header on desktop and mobile.

Visual Structure on Desktop

Telerik UI for .NET MAUI Scheduler Header Visual Structure

Visual Structure on mobile

Telerik UI for .NET MAUI Scheduler Header Visual Structure

Displayed Elements

  • Navigation Buttons—Used to navigate to previous/next dates according to the view, available only on desktop, as on mobile the view is navigated through gestures.
  • Today Button—Directly navigates the view to Today date.
  • Available Views—List of the views the user can choose from. On desktop the list is always visible in the header, while on mobile users would need to tap on the options button to see it.
  • Visible Range—Shows the current visible range which depends on the selected view.

See Also

In this article