net90_PropertyGridHelpers.PropertyDescriptors_LocalizedPropertyDescriptor_LocalizedPropertyDescriptor - dparvin/PropertyGridHelpers GitHub Wiki

LocalizedPropertyDescriptor constructor

A specialized PropertyDescriptor that supports localizing the category, description, and display name of a property based on resource attributes.

public LocalizedPropertyDescriptor(PropertyDescriptor baseProperty)
parameter description
baseProperty The wrapped base property descriptor to decorate.

Remarks

This class is intended to wrap a standard property descriptor and provide localized versions of its metadata (category, description, display name) using associated LocalizedTextAttribute-derived attributes. At runtime, it retrieves localized strings from the appropriate resource files configured through the ResourcePathAttribute.

See Also

⚠️ **GitHub.com Fallback** ⚠️