net472_PropertyGridHelpers.Attributes_LocalizedEnumTextAttribute_LocalizedEnumTextAttribute - dparvin/PropertyGridHelpers GitHub Wiki

LocalizedEnumTextAttribute constructor

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.

Examples

[LocalizedEnumText("PropertyName_EnumText")]
public int PropertyName { get; set; }

See Also

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