This article will show you how to create a simple calendar.
Note |
|---|
In order to use RadCalendar control in your projects you have to add references to the following assemblies: - Telerik.Windows.Controls
- Telerik.Windows.Controls.Input
You can find more info
here.
|
- Drag and Drop the Calendar control from the toolbox.
- After you have dropped the control onto the XAML you can manage the control by setting various properties to operate the control's behavior:
CopyXAML
<telerik:RadCalendar HorizontalAlignment="Left" VerticalAlignment="Center"
x:Name="calendar" Columns="2" ViewsHeaderVisibility="Visible"/>