GrapeCity MultiRow Windows Forms Documentation
SetValue Method (MultiRowSerializablePropertyDescriptor)


The instance with the property to set.
The value of the specified object instance's property.
Sets the property value of the specified object instance.
Syntax
Public Overridable Sub SetValue( _
   ByVal target As Object, _
   ByVal value As Object _
) 
Dim instance As MultiRowSerializablePropertyDescriptor
Dim target As Object
Dim value As Object
 
instance.SetValue(target, value)
public virtual void SetValue( 
   object target,
   object value
)

Parameters

target
The instance with the property to set.
value
The value of the specified object instance's property.
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.