net472_PropertyGridHelpers.Attributes_LocalizedDisplayNameAttribute - dparvin/PropertyGridHelpers GitHub Wiki
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