ActiveReports 12
GetPropertyOwner Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class : GetPropertyOwner Method

A property descriptor that represents the property whose owner is to be found.

Returns the object of which this value is a member.
Syntax
'Declaration
 
Public Function GetPropertyOwner( _
   ByVal pd As PropertyDescriptor _
) As Object
public object GetPropertyOwner( 
   PropertyDescriptor pd
)

Parameters

pd

A property descriptor that represents the property whose owner is to be found.

Return Value

An System.Object that represents the owner of the specified property.
See Also

Reference

CustomProperties Class
CustomProperties Members