[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataRowView.GetPropertyOwner

GetPropertyOwner Method

GetPropertyOwner(PropertyDescriptor)

Returns an object that contains the property described by the specified property descriptor.

Declaration
public object GetPropertyOwner(PropertyDescriptor pd)
Public Function GetPropertyOwner(pd As PropertyDescriptor) As Object
Parameters
Type Name Description
PropertyDescriptor pd

A PropertyDescriptor that represents the property whose owner is to be found

Returns
Type Description
object

An object that represents the owner of the specified property.

Implements