'Declaration Public Function New( _ ByVal propertyDescriptor As PropertyDescriptor _ )
'Usage Dim propertyDescriptor As PropertyDescriptor Dim instance As New DataGridItemProperty(propertyDescriptor)
public DataGridItemProperty( PropertyDescriptor propertyDescriptor )
Parameters
- propertyDescriptor
- The PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView.