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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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