-
Notifications
You must be signed in to change notification settings - Fork 1
net90_PropertyGridHelpers.TypeDescriptors_LocalizedTypeDescriptor
dparvin edited this page Jul 5, 2025
·
13 revisions
A type descriptor that provides localization for property names, categories, and descriptions.
public class LocalizedTypeDescriptor : CustomTypeDescriptor| parameter | description |
|---|---|
| parent | The parent ICustomTypeDescriptor to wrap. |
| name | description |
|---|---|
| LocalizedTypeDescriptor(…) | A type descriptor that provides localization for property names, categories, and descriptions. |
| override GetProperties() | Returns the collection of properties for the current object, using the default attributes. |
| override GetProperties(…) | Returns the collection of properties for the current object that match the specified attributes, with each property descriptor decorated to support localization. |
- namespace PropertyGridHelpers.TypeDescriptors
- assembly PropertyGridHelpers
- LocalizedTypeDescriptor.cs