diff --git a/README.md b/README.md index 0ae0667138..4a7c9b3f92 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,37 @@ # Syncfusion WPF Documentation -This is the GitHub repository for the technical product documentation for Syncfusion WPF components. This documentation is published to http://help.syncfusion.com/wpf +Welcome to the official GitHub repository for **Syncfusion WPF components**. This repo hosts source content for user guides, API references, and conceptual docs to help developers build robust desktop application using **Syncfusion's WPF controls**. + +The published documentation is available at: http://help.syncfusion.com/wpf + +## Purpose + +Centralized platform for maintaining and improving WPF documentation, including: + +* Detailed usage guides for each control. +* API documentation and examples. +* Best practices and performance tips. +* Troubleshooting and FAQs. ## Contributions Welcome! -We welcome the [pull request](https://docs.github.com/en/github/managing-files-in-a-repository/editing-files-in-another-users-repository) for improving the WPF Components user guide documentation. Your contribution towards this will be greatly appreciated. \ No newline at end of file +We warmly welcome contributions from the community to enhance the quality and clarity of our documentation. Whether you're fixing typos, improving explanations, adding code samples, or updating outdated content — your help is greatly appreciated! + +### How You Can Contribute + +* Submit a [pull request](https://docs.github.com/en/github/managing-files-in-a-repository/editing-files-in-another-users-repository) with improvements or corrections. +* Report issues or suggest enhancements via GitHub Issues. +* Share feedback to help us improve the user experience. + +Please refer to our Contribution Guidelines for more details on how to get started. + +## Getting Started +To contribute: +* Fork the repository. +* Clone your fork locally. +* Make changes. +* Submit a pull request. + +## License + +This documentation is licensed under the Syncfusion License. Please review the terms before contributing. \ No newline at end of file diff --git a/wpf/PropertyGrid/Built-in-Editor-support.md b/wpf/PropertyGrid/Built-in-Editor-support.md index b0cce46070..45cfa5bd08 100644 --- a/wpf/PropertyGrid/Built-in-Editor-support.md +++ b/wpf/PropertyGrid/Built-in-Editor-support.md @@ -158,7 +158,7 @@ public class ViewModel { EmailID_1 = "johnabc@", EmailID_2 = "peter123@gta.co", PositiveNumberMask = "-39479", - ProductKeyMask = "HTY23OPY678GR56R01G564GH" + ProductKeyMask = "" }; } }