A Calendar Control for Xamarin.Forms
- CI NuGet Feed: https://ci.appveyor.com/nuget/XamCal
CircleButtonMenu is available for use in the following supported platforms.
Platform | Supported | Version |
---|---|---|
Xamarin.Android | Yes | TBD + |
Xamarin.iOS | Yes | TBD + |
Initialize the renderer in the AppDelegate (iOS) and MainActivity (Android)
Xamarin.Forms.Init();
XamCalRenderer.Init();
Add the namespace in the xmlns:
xmlns:controls="clr-namespace:XamCal.Abstractions;assembly=XamCal.Abstractions"
Add the control:
TODO show other usages
<controls:Calendar Month="1"
Year="2018" />
Property | Type | Description |
---|---|---|
Month | int |
The current month to render |
Year | int |
The current year to render |
Events | IEnumerable<Event> |
The events for the selected month/year |
DayTemplate | DataTemplate |
A DataTemplate that will render for each day of the month |
DaySelected | ICommand |
The ICommand to execute when the user taps on a day |
Created By: @Andrew_Hoefling
- Twitter: @Andrew_Hoefling
- Blog: andrewhoefling.com
The MIT License (MIT) see License File