Skip to content

net472_PropertyGridHelpers.Attributes_LocalizedEnumTextAttribute_LocalizedEnumTextAttribute

dparvin edited this page May 25, 2025 · 10 revisions

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

Clone this wiki locally