.NET MAUI Calendar Visual Structure
The visual structure of the .NET MAUI Calendar represents the anatomy of the UI component. Being familiar with the visual elements of the Calendar allows you to quickly find the information required to configure them.
The following image shows the anatomy of the Calendar.
Displayed Elements
-
Header text
—The user can click the header label to navigate to the parent view. -
Button for navigation to next view
—A button that navigates to the next view. -
Button for navigation to previous view
—A button that navigates to the previous view. -
Day names
—The names of the days of the week. -
Out of scope days
—The days that don't belong to the current month(for month view). -
Today date
—The current date.