Skip to content

net472_PropertyGridHelpers.Attributes_LocalizedTextAttribute_Get

dparvin edited this page Jul 5, 2025 · 2 revisions

LocalizedTextAttribute.Get method

Retrieves the LocalizedTextAttribute from the given type descriptor context, if available.

public static LocalizedTextAttribute Get(ITypeDescriptorContext context)
parameter description
context The design-time or runtime type descriptor context.

Return Value

The LocalizedTextAttribute if found, or null if not present.

See Also

Clone this wiki locally