net472_PropertyGridHelpers.Attributes_LocalizedEnumTextAttribute_LocalizedEnumTextAttribute - dparvin/PropertyGridHelpers GitHub Wiki
Initializes a new instance of the LocalizedEnumTextAttribute
class.
public LocalizedEnumTextAttribute(string resourceKey)
parameter | description |
---|---|
resourceKey | The key identifying the localized text in the resource file. |
[LocalizedEnumText("PropertyName_EnumText")]
public int PropertyName { get; set; }
- class LocalizedEnumTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers