Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Controls Namespace / IDataNavigationHost Interface / NavigateToKey Method
An object representing the key that will be used in the data navigation operation.


In This Topic
    NavigateToKey Method
    In This Topic
    Causes the listbox to navigate to the group corresponding to the passed key.
    Syntax
    'Declaration
     
    Sub NavigateToKey( _
       ByVal key As Object _
    ) 
    'Usage
     
    Dim instance As IDataNavigationHost
    Dim key As Object
     
    instance.NavigateToKey(key)
    void NavigateToKey( 
       object key
    )

    Parameters

    key
    An object representing the key that will be used in the data navigation operation.
    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