GrapeCity MultiRow Windows Forms Documentation
ShouldSerializeValue Method


The instance with the property to be examined for persistence.
Determines whether the property value of the specified object instance needs to be persisted.
Syntax
Public Overridable Function ShouldSerializeValue( _
   ByVal target As Object _
) As Boolean
Dim instance As MultiRowSerializablePropertyDescriptor
Dim target As Object
Dim value As Boolean
 
value = instance.ShouldSerializeValue(target)
public virtual bool ShouldSerializeValue( 
   object target
)

Parameters

target
The instance with the property to be examined for persistence.

Return Value

true if the property value has changed from its default; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiRowSerializablePropertyDescriptor Class
MultiRowSerializablePropertyDescriptor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.