[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.SetPropertyDescriptorValue

SetPropertyDescriptorValue Method

SetPropertyDescriptorValue<T>(PropertyDescriptor, object, T)

Sets the property descriptor value.

Declaration
public static void SetPropertyDescriptorValue<T>(PropertyDescriptor propertyDescriptor, object item, T value)
Public Shared Sub SetPropertyDescriptorValue(Of T)(propertyDescriptor As PropertyDescriptor, item As Object, value As T)
Parameters
Type Name Description
PropertyDescriptor propertyDescriptor

The property descriptor.

object item

The item.

T value

The value.

Type Parameters
Name Description
T
Remarks

For internal use only.