'Usage Dim instance As DataGridItemsHost Dim index As Integer Dim value As Visual value = instance.GetVisualChild(index)
Parameters
- index
- The zero-based index of the visual child element to return.
Return Value
The visual child element at the specified index.