Skip to content

Commit c7e0d35

Browse files
Merge pull request #1 from VidyalakshmiMani/master
Update README.md
2 parents 32fe23e + 5cd1c74 commit c7e0d35

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
https://www.syncfusion.com/kb/6047/how-to-access-schedule-events-in-mvvm-by-using-commads
1+
## Syncfusion controls:
2+
3+
This project used the following Syncfusion control(s):
4+
* [SfScheduler](https://www.syncfusion.com/wpf-controls/scheduler)
5+
6+
## Requirements to run the sample
7+
8+
Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/wpf/system-requirements)
9+
10+
## How to run the sample
11+
12+
1. Clone the sample and open it in Visual Studio.
13+
14+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
15+
16+
2. Register your license key in the App.xaml.cs file as demonstrated in the following code.
17+
18+
public App()
19+
{
20+
//Register Syncfusion license
21+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
22+
23+
InitializeComponent();
24+
25+
MainPage = new App1.MainPage();
26+
}
27+
28+
Refer to this [link](https://help.syncfusion.com/wpf/licensing/overview) for more details.
29+
30+
3. Clean and build the application.
31+
32+
4. Run the application.
33+
34+
## License
35+
36+
Syncfusion has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage that is 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)