Skip to content

A plugin for Xamarin Forms providing a completely customisable calendar control with complex functionality.

License

Notifications You must be signed in to change notification settings

gvhung/XCalendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCalendar

A plugin for Xamarin Forms providing a completely customisable calendar control with complex functionality. (Only Tested On Android)

drawing

Sample App

Take a look at the sample app, it has a page where you can modify every single non-cosmetic property. Perfect for a quick look, tests and experiments!

|

Usage

Install the NuGet package

Add the following xmlns to your page

xmlns:xc="clr-namespace:XCalendar;assembly=XCalendar"

Now you can start using the CalendarView

<ContentPage 
    xmlns="http://xamarin.com/schemas/2014/forms" 
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" 
    x:Class="XCalendarSample.Views.MainPage"
    xmlns:xc="clr-namespace:XCalendar;assembly=XCalendar">

    <xc:CalendarView/>

</ContentPage>

Wiki

View a full list of available properties on the Wiki

About

A plugin for Xamarin Forms providing a completely customisable calendar control with complex functionality.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%