ComponentOne Basic Library for WPF and Silverlight
GetPropertyPathValue Method (C1PropertyPathHelper)


C1.WPF 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
'Usage
 
Dim item As System.Object
Dim propertyPath As System.String
Dim value As System.Object
 
value = C1PropertyPathHelper.GetPropertyPathValue(item, propertyPath)
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