LocalizedPropertyDescriptor class
Localized Property Descriptor
public class LocalizedPropertyDescriptor : PropertyDescriptor
parameter |
description |
baseProperty |
The base property. |
name |
description |
LocalizedPropertyDescriptor(…) |
Localized Property Descriptor |
override Category { get; } |
Gets the category. |
override ComponentType { get; } |
Gets the type of the component. |
override Description { get; } |
Gets the description. |
override DisplayName { get; } |
Gets the display name. |
override IsReadOnly { get; } |
Gets a value indicating whether this instance is read only. |
override PropertyType { get; } |
Gets the type of the property. |
override CanResetValue(…) |
Determines whether the specified component can reset its value. |
override GetValue(…) |
Gets the value. |
override ResetValue(…) |
Resets the value. |
override SetValue(…) |
Sets the value. |
override ShouldSerializeValue(…) |
Determines whether the value of the specified component should be serialized. |