ComponentOne Basic Library for UWP
GetPropertyPathValue Method

C1.UWP Assembly > C1.Xaml Namespace > C1PropertyPathHelper Class : GetPropertyPathValue Method
The item to which the path will be applied.
The property path.
Gets the value resulting from applying the property path to the item.
Syntax
'Declaration
 
Public Shared Function GetPropertyPathValue( _
   ByVal item As System.Object, _
   ByVal propertyPath As System.String _
) As System.Object
public static System.object GetPropertyPathValue( 
   System.object item,
   System.string propertyPath
)

Parameters

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

Reference

C1PropertyPathHelper Class
C1PropertyPathHelper Members