-
Notifications
You must be signed in to change notification settings - Fork 1
net90_PropertyGridHelpers.Attributes_LocalizedEnumTextAttribute_Get
dparvin edited this page Jan 11, 2026
·
3 revisions
Retrieves the LocalizedEnumTextAttribute applied to the given value, if present.
public static LocalizedEnumTextAttribute Get(Enum value)| parameter | description |
|---|---|
| value | The enum value to look up. |
The associated LocalizedEnumTextAttribute, or null if no attribute is applied.
- class LocalizedEnumTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Gets the specified FieldInfo.
public static LocalizedEnumTextAttribute Get(FieldInfo fi)| parameter | description |
|---|---|
| fi | The FieldInfo. |
- class LocalizedEnumTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Retrieves the LocalizedEnumTextAttribute from the given ITypeDescriptorContext, if present.
public static LocalizedEnumTextAttribute Get(ITypeDescriptorContext context)| parameter | description |
|---|---|
| context | The type descriptor context. |
The LocalizedEnumTextAttribute, or null if not found.
- class LocalizedEnumTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers