C1.WPF Namespace > C1PropertyPathHelper Class : GetPropertyPathValue Method |
'Declaration
Public Shared Function GetPropertyPathValue( _ ByVal item As Object, _ ByVal propertyPath As String _ ) As Object
'Usage
Dim item As Object Dim propertyPath As String Dim value As Object value = C1PropertyPathHelper.GetPropertyPathValue(item, propertyPath)
public static object GetPropertyPathValue( object item, string propertyPath )
public: static Object^ GetPropertyPathValue( Object^ item, String^ propertyPath )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2