Skip to content

net90_PropertyGridHelpers.TypeDescriptors_LocalizedTypeDescriptor

dparvin edited this page Jul 5, 2025 · 13 revisions

LocalizedTypeDescriptor class

A type descriptor that provides localization for property names, categories, and descriptions.

public class LocalizedTypeDescriptor : CustomTypeDescriptor
parameter description
parent The parent ICustomTypeDescriptor to wrap.

Public Members

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.

See Also

Clone this wiki locally