'Usage Dim instance As DataGridItemPropertyBase Dim component As Object Dim value As Object value = instance.GetValue(component)
Parameters
- component
- An object representing the component from which the current value of the property is retrieved.
Return Value
The current value for the property for the specified component.