Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.95 KB

overview.md

File metadata and controls

38 lines (29 loc) · 2.95 KB
title page_title description position slug
Overview
.NET MAUI Calendar Documentation - Overview
Try now the Telerik Calendar for .NET MAUI.
0
calendar-overview

.NET MAUI Calendar Overview

The Telerik UI for .NET MAUI Calendar allows you to select single or multiple dates by navigating between centuries, decades, years, and months. The control is culture-aware, providing globalization support for all .NET calendar implementations. You can customize its appearance by using the flexible styling API and exposed templates.

.NET MAUI Calendar Overview

Key Features of the .NET MAUI Calendar

  • [Different display modes]({%slug calendar-display-modes%})—The Calendar features year, month, decade, and century display modes.
  • [Date ranges]({%slug calendar-date-properties%})—Restrict the visible/selectable dates in the Calendar by utilizing the MinDate and MaxDate properties.
  • [Selection modes]({%slug calendar-selection%})—the Calendar provides different types of selection: Single, Multiple, Range, or None. The selected dates can be changed programmatically or when the user taps on a calendar date cell.
  • [Flexible date navigation]({%slug calendar-navigation%})—Navigate in the current view by using the buttons in the header of the Calendar.
  • [Visibility of the names of the days]({%slug calendar-date-properties%}#day-names-visibiliy%})—The Calendar control allows you to hide the names of the days when using the month view.
  • [Blackout dates]({%slug calendar-blackout-dates%})—You can disable specific dates by adding them to the BlackoutDates collection.
  • [Header text formatting]({%slug calendar-date-formatting%})—You can set the header text format for each display mode.
  • [Templates]({%slug calendar-templates-overview%})—The templates allow you to customize how the days, months, years, and decades are presented in the corresponding view.
  • [Commands support]({%slug calendar-commands%})—The Calendar provides commands that allow the user to navigate in the current view or between the views.
  • [Flexible styling API]({%slug calendar-header-styling%})—The styling API allows you to customize the border around the header, the label, navigation buttons, and the content of the corresponding view.
  • [Globalization support]({%slug calendar-globalization%})—The Telerik UI for .NET MAUI Calendar control supports globalization and allows you to adjust its culture through the Culture property.

Next Steps

  • [Getting Started with Telerik UI for .NET MAUI Calendar]({%slug calendar-getting-started%})

See Also