DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / GetPropertyDescriptorValue<T> Method
The property descriptor.
The item.

In This Topic
    GetPropertyDescriptorValue<T> Method (C1BindingListDataCollection)
    In This Topic
    Gets the property descriptor value.
    Syntax
    'Declaration
     
    Public Shared Function GetPropertyDescriptorValue(Of T)( _
       ByVal propertyDescriptor As PropertyDescriptor, _
       ByVal item As Object _
    ) As T
    public static T GetPropertyDescriptorValue<T>( 
       PropertyDescriptor propertyDescriptor,
       object item
    )

    Parameters

    propertyDescriptor
    The property descriptor.
    item
    The item.

    Type Parameters

    T
    Remarks
    For internal use only.
    See Also