The following quick start guide is intended to get you up and running with the Calendar control. In this quick start, you'll start with creating a new application, add the Calendar control to it, customize it and display the calendar.
HTML |
Copy Code
|
---|---|
.RegisterCalendarControls() |
XAML |
Copy Code
|
---|---|
xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls" xmlns:c1="http://schemas.componentone.com/winfx/2006/xaml" |
C# |
Copy Code
|
---|---|
<c1:C1Calendar x:Name="calendar" />
|