'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As DataGridItemPropertyBase
'Usage Dim instance As DataGridItemPropertyCollection Dim index As Integer Dim value As DataGridItemPropertyBase instance.Item(index) = value value = instance.Item(index)
public DataGridItemPropertyBase Item( int index ) {get; set;}
Parameters
- index