ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1PropertyPathHelper Class / GetPropertyPathValue Method
The item to which the path will be applied.
The property path.



In This Topic
    GetPropertyPathValue Method
    In This Topic
    Gets the value resulting from applying the property path to the item.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPropertyPathValue( _
       ByVal item As Object, _
       ByVal propertyPath As String _
    ) As Object
    'Usage
     
    
    Dim item As Object
    Dim propertyPath As String
    Dim value As Object
     
    value = C1PropertyPathHelper.GetPropertyPathValue(item, propertyPath)
    public static object GetPropertyPathValue( 
       object item,
       string propertyPath
    )
    public:
    static Object^ GetPropertyPathValue( 
       Object^ item,
       String^ propertyPath
    ) 

    Parameters

    item
    The item to which the path will be applied.
    propertyPath
    The property path.
    See Also