[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.CustomProperties.GetPropertyOwner

GetPropertyOwner Method

GetPropertyOwner(PropertyDescriptor)

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

Declaration
public object GetPropertyOwner(PropertyDescriptor pd)
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