-
Notifications
You must be signed in to change notification settings - Fork 1
net472_PropertyGridHelpers.Attributes_LocalizedDisplayNameAttribute
dparvin edited this page Jun 29, 2025
·
13 revisions
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| name | description |
|---|---|
| LocalizedDisplayNameAttribute(…) | Initializes a new instance of the LocalizedDisplayNameAttribute class. |
| static Get(…) | Gets the LocalizedDisplayNameAttribute from the specified context. |
Initializes a new instance of the LocalizedDisplayNameAttribute class.
- class LocalizedTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
- LocalizedDisplayNameAttribute.cs