Skip to content

Commit ab926e5

Browse files
Merge pull request #5 from SyncfusionExamples/97950-709-UpdateInvalidSample
97950 - 709 - Update Invalid Sample for Multirange selection
2 parents db772de + 8043f89 commit ab926e5

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
1-
# multirange-selection-sample-calendar-xamarin
1+
## multirange-selection-sample-calendar-xamarin
2+
23
Sample for calendar multiselection
4+
5+
## Prerequisites
6+
7+
* Visual Studio 2019 (Xamarin)
8+
9+
## Requirements to run the sample
10+
11+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/)
12+
* [Windows App SDK 1.1 extension](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-11)
13+
* .NET 6.0
14+
15+
Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/xamarin/system-requirements)
16+
17+
## How to run the sample
18+
19+
1. Clone the sample and open it in Visual Studio.
20+
21+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
22+
23+
2. Register your license key in the App.cs file as demonstrated in the following code.
24+
25+
public App()
26+
{
27+
//Register Syncfusion license
28+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
29+
30+
InitializeComponent();
31+
}
32+
33+
Refer to this [link](https://help.syncfusion.com/xamarin/licensing/overview) for more details.
34+
35+
3. Clean and build the application.
36+
37+
4. Run the application.
38+
39+
## License
40+
41+
Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.

0 commit comments

Comments
 (0)