[]
Represents a DoubleCollectionPropertyDescriptor object.
public class DoubleCollectionPropertyDescriptor : PropertyDescriptor
Public Class DoubleCollectionPropertyDescriptor
Inherits PropertyDescriptor
Name | Description |
---|---|
DoubleCollectionPropertyDescriptor() | Initializes a new instance of the DoubleCollectionPropertyDescriptor class. |
Name | Description |
---|---|
ComponentType | Gets the type of the component this property is bound to. |
DesignTimeOnly | Gets whether this member should be set only at design time. |
IsReadOnly | Gets whether this property is read-only. |
PropertyType | Gets the type of the property. |
Name | Description |
---|---|
CanResetValue(object) | Returns whether resetting an object changes its value. |
GetValue(object) | Gets the current value of the property on a component. |
ResetValue(object) | Resets the value for this property of the component to the default value. |
SetValue(object, object) | Sets the value of the component to a different value. |
ShouldSerializeValue(object) | Determines whether the value of this property needs to be persisted. |