C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / SetPropertyDescriptorValue<T> Method
The property descriptor.
The item.
The value.

In This Topic
SetPropertyDescriptorValue<T> Method (C1CollectionViewDataCollection)
In This Topic
Sets the property descriptor value.
Syntax
'Declaration
 
Public Shared Sub SetPropertyDescriptorValue(Of T)( _
   ByVal propertyDescriptor As PropertyDescriptor, _
   ByVal item As Object, _
   ByVal value As T _
) 
 

Parameters

propertyDescriptor
The property descriptor.
item
The item.
value
The value.

Type Parameters

T
Remarks
For internal use only.
See Also