Skip to content

net90_PropertyGridHelpers.Attributes_LocalizedEnumTextAttribute_Get

dparvin edited this page Jan 11, 2026 · 3 revisions

LocalizedEnumTextAttribute.Get method (1 of 3)

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.

Return Value

The associated LocalizedEnumTextAttribute, or null if no attribute is applied.

See Also


LocalizedEnumTextAttribute.Get method (2 of 3)

Gets the specified FieldInfo.

public static LocalizedEnumTextAttribute Get(FieldInfo fi)
parameter description
fi The FieldInfo.

See Also


LocalizedEnumTextAttribute.Get method (3 of 3)

Retrieves the LocalizedEnumTextAttribute from the given ITypeDescriptorContext, if present.

public static LocalizedEnumTextAttribute Get(ITypeDescriptorContext context)
parameter description
context The type descriptor context.

Return Value

The LocalizedEnumTextAttribute, or null if not found.

See Also

Clone this wiki locally