Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Primitives Namespace / Selector Class / GetPathValue Method


In This Topic
    GetPathValue Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetPathValue( _
       ByVal item As Object, _
       ByVal propertyPath As String _
    ) As Object
    'Usage
     
    Dim instance As Selector
    Dim item As Object
    Dim propertyPath As String
    Dim value As Object
     
    value = instance.GetPathValue(item, propertyPath)
    protected object GetPathValue( 
       object item,
       string propertyPath
    )

    Parameters

    item
    propertyPath
    Requirements

    Target Platforms: Windows 11, Windows 10, 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

    See Also