'DeclarationProtected MustOverride Function GetValueCore( _ ByVal component As Object _ ) As Object
'UsageDim 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.