ActiveReports Developer 7
GetPropertyOwner Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class : GetPropertyOwner Method

pd

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

Glossary Item Box

Returns the object of which this value is a member.

Syntax

Visual Basic (Declaration) 
Public Function GetPropertyOwner( _
   ByVal pd As System.ComponentModel.PropertyDescriptor _
) As System.Object
C# 
public System.object GetPropertyOwner( 
   System.ComponentModel.PropertyDescriptor pd
)

Parameters

pd

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

See Also