Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.6 KB

visual-structure.md

File metadata and controls

31 lines (23 loc) · 1.6 KB
title page_title description position slug
Visual Structure
.NET MAUI Calendar Documentation - Calendar Visual Structure
Learn what visual elements are displayed by the Telerik UI for .NET MAUI Calendar, and see how these elements build the visual structure of the control.
0
calendar-visual-structure

.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.

.NET MAUI Calendar Visual Structure

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.

See Also