net472_PropertyGridHelpers.Attributes_LocalizedDisplayNameAttribute - dparvin/PropertyGridHelpers GitHub Wiki

LocalizedDisplayNameAttribute class

Specifies a localized display name for a property, event, or other member in a class.

[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event)]
public class LocalizedDisplayNameAttribute : LocalizedTextAttribute

Public Members

name description
LocalizedDisplayNameAttribute(…) Initializes a new instance of the LocalizedDisplayNameAttribute class.
static Get(…) Gets the LocalizedDisplayNameAttribute from the specified context.

Remarks

Initializes a new instance of the LocalizedDisplayNameAttribute class.

See Also

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