[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollectionPropertyDescriptor

DoubleCollectionPropertyDescriptor Class

Represents a DoubleCollectionPropertyDescriptor object.

Inheritance
DoubleCollectionPropertyDescriptor
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public class DoubleCollectionPropertyDescriptor : PropertyDescriptor
Public Class DoubleCollectionPropertyDescriptor
    Inherits PropertyDescriptor

Constructors

Name Description
DoubleCollectionPropertyDescriptor()

Initializes a new instance of the DoubleCollectionPropertyDescriptor class.

Properties

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.

Methods

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.