C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetDataBoundControlBase Class / SetPropertyValue<V> Method
Name of the property.
The value.

In This Topic
SetPropertyValue<V> Method (C1TargetDataBoundControlBase)
In This Topic
Sets the property value by property name.
Syntax
'Declaration
 
Public Sub SetPropertyValue(Of V)( _
   ByVal propertyName As System.String, _
   ByVal value As V _
) 
 

Parameters

propertyName
Name of the property.
value
The value.

Type Parameters

V
See Also