[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.ShouldSerializeValue

ShouldSerializeValue Method

ShouldSerializeValue(object)

When overridden in a derived class, determines a value that indicates 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

Component with the property to be examined for persistence

Returns
Type Description
bool

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

Overrides