This repository contains sample applications and controls that demonstrate how to use the PropertyGridHelpers package.
The samples in this repository are designed to:
- Showcase the features and UI editors provided by the PropertyGridHelpers library
- Provide real-world examples for testing and demonstration
- Help developers understand how to use the attributes, editors, and type descriptors in practical scenarios
These samples are intended for manual testing and experimentation. There are no automated tests or CI build processes for this repository.
To run the samples:
- Clone this repository.
- Open the solution in Visual Studio.
- Restore NuGet packages (the main
PropertyGridHelperspackage should be pulled from NuGet). - Build and run the sample application.
- .NET 8.0 or higher
- Windows (due to reliance on Windows Forms)
This project is meant to remain a developer-focused sandbox for:
- Testing UI editors like
ModalVisualizerandDropDownVisualizer - Previewing localization behavior
- Exploring advanced customization in
PropertyGrid
- PropertyGridHelpers: The main library providing enhanced support for editing complex types in a
PropertyGrid.
This repository is licensed under the MIT License.