Skip to content

Commit 183d113

Browse files
Merge pull request #1 from SyncfusionExamples/854678-CorrectInvalidRepo
854678-Update ReadMe file.
2 parents 15b618d + de2d515 commit 183d113

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Diff for: README.md

+33
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
11
**[View document in Syncfusion Wpf Knowledge base](https://www.syncfusion.com/kb/12183/how-to-customize-the-view-header-using-datatemplate-in-wpf-schedule-sfscheduler)**
2+
3+
## Requirements to run the sample
4+
5+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/)
6+
* .NET Framework 3.5/4.0/4.5/4.5.1/4.6
7+
* .NET Core 3.1
8+
* .NET 5.0
9+
10+
Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/wpf/system-requirements)
11+
12+
## How to run the sample
13+
14+
1. Clone the sample and open it in Visual Studio.
15+
16+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
17+
18+
2. Register your license key in the App.cs file as demonstrated in the following code.
19+
20+
public App()
21+
{
22+
//Register Syncfusion license
23+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
24+
}
25+
26+
Refer to this [link](https://help.syncfusion.com/wpf/licensing/overview) for more details.
27+
28+
3. Clean and build the application.
29+
30+
4. Run the application.
31+
32+
## License
33+
34+
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)