[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DoubleCollectionPropertyDescriptor.ShouldSerializeValue

ShouldSerializeValue Method

ShouldSerializeValue(object)

Determines whether the value of this property needs to be persisted.

Declaration
public override bool ShouldSerializeValue(object component)
Public Overrides Function ShouldSerializeValue(component As Object) As Boolean
Parameters
Type Name Description
object component

The component with the property to be examined for persistence.

Returns
Type Description
bool

True if the property should be persisted; otherwise, false.

Overrides