[]
        
(Showing Draft Content)

C1.WPF.C1PropertyPathHelper.GetPropertyPathValue

GetPropertyPathValue Method

GetPropertyPathValue(object, string)

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

Declaration
public static object GetPropertyPathValue(object item, string propertyPath)
Parameters
Type Name Description
object item

The item to which the path will be applied.

string propertyPath

The property path.

Returns
Type Description
object