Skip to content

net472_PropertyGridHelpers.Attributes_LocalizedDisplayNameAttribute

dparvin edited this page Jun 29, 2025 · 13 revisions

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

Clone this wiki locally