[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1BindingListDataCollection.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)
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.