'Declaration Protected MustOverride Function GetValueCore( _ ByVal component As Object _ ) As Object
'Usage Dim instance As DataGridItemPropertyBase Dim component As Object Dim value As Object value = instance.GetValueCore(component)
Parameters
- component
- The object for which to retrieve a value.
Return Value
The retrieved value.