Gets the value resulting from applying the property path to the item.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static Object GetPropertyPathValue(
	Object item,
	string propertyPath
)
Visual Basic
Public Shared Function GetPropertyPathValue ( _
	item As Object, _
	propertyPath As String _
) As Object

Parameters

item
Type: System..::..Object
The item to which the path will be applied.
propertyPath
Type: System..::..String
The property path.

Return Value

See Also