From 65947d06888687c10089fa9c55e84e44dde6eead Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Fri, 31 Oct 2025 11:45:55 +0530 Subject: [PATCH 1/3] update readme file --- README.md | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ae0667138..7845c353b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,39 @@ # 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. + +1391 \ No newline at end of file From 5fc97e959d4d4244ea31ebad2067553e6183a96b Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Fri, 31 Oct 2025 11:52:27 +0530 Subject: [PATCH 2/3] removed unwanted lines --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7845c353b4..4a7c9b3f92 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,4 @@ To contribute: ## License -This documentation is licensed under the Syncfusion License. Please review the terms before contributing. - -1391 \ No newline at end of file +This documentation is licensed under the Syncfusion License. Please review the terms before contributing. \ No newline at end of file From 0e18f3c83fee07f487cffaf93abc3c0ac0cf7a92 Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Fri, 31 Oct 2025 12:28:52 +0530 Subject: [PATCH 3/3] Resolved git leaks --- wpf/PropertyGrid/Built-in-Editor-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" }; } }