ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / GetPropertyOwner Method

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


In This Topic
    GetPropertyOwner Method
    In This Topic
    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