Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1PropertyPathHelper Class / GetPropertyPathValue Method
The item to which the path will be applied.
The property path.

In This Topic
    GetPropertyPathValue Method (C1PropertyPathHelper)
    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