net90_PropertyGridHelpers - dparvin/PropertyGridHelpers GitHub Wiki
Provides components, attributes, and infrastructure for extending and customizing property grid behavior in .NET applications.
The PropertyGridHelpers namespace is primarily intended for use in internal tools, developer utilities, and custom control development where enhanced property editing and metadata-driven configuration are needed.
While not commonly used in customer-facing applications, the .NET PropertyGrid control remains a powerful tool for design-time experiences and administrative interfaces. This library makes it easier to add localization, custom editors, dynamic value sources, and fine-grained control over property presentation.
Name | description |
---|---|
PropertyGridHelpers.Attributes | Provides attributes that extend the functionality of property grids in the user's project. |
PropertyGridHelpers.Controls | The PropertyGridHelpers.Controls namespace contains controls used in the property grid. |
PropertyGridHelpers.Converters | The PropertyGridHelpers.Converters namespace contains type converters used in displaying data in the property grid. |
PropertyGridHelpers.Enums | The PropertyGridHelpers.Enums namespace contains enumerations used in converters, Attributes and UIEditors in the PropertyGridHelpers component. |
PropertyGridHelpers.PropertyDescriptors | Provides objects to describe the meta data for a property |
PropertyGridHelpers.ServiceProviders | A lightweight implementation of that allows manual registration and retrieval of service instances by type. |
PropertyGridHelpers.Support | The PropertyGridHelpers.Support namespace contains classes that support processes provided by PropertyGridHelpers. |
PropertyGridHelpers.TypeDescriptionProviders | Provides objects to describe the meta data for all the properties in the class where it is applied. |
PropertyGridHelpers.TypeDescriptors | The PropertyGridHelpers.TypeDescriptors namespace contains type descriptors that can be used to help call routines in the Support namespace |
PropertyGridHelpers.UIEditors | The PropertyGridHelpers.UIEditors namespace contains UI editors that provide a lot of helpful functionality for the property grid. |