Table of Contents
Getting Started

EO.Wpf Calendar allows user to select one or multiple dates from a single or multiple month view with extensive customization options. Using the Calendar control is straight forward:

XAML
<Window x:Class="Test.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:eo="http://schemas.essentialobjects.com/wpf/"
        Title="MainWindow" Height="250" Width="350">
    <StackPanel Margin="10">
        <eo:Calendar HorizontalAlignment="Left"></eo:Calendar>
    </StackPanel>
</Window>

The above code produces the following result:

The rest of this section covers the following topics: