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 |
コードのコピー
|
|---|---|
.RegisterCalendarControls() |
|
| XAML |
コードのコピー
|
|---|---|
xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls" xmlns:c1="http://schemas.componentone.com/winfx/2006/xaml" |
|
| C# |
コードのコピー
|
|---|---|
<c1:C1Calendar x:Name="calendar" />
|
|