Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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
    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