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