Xceed DataGrid for Silverlight Documentation
NavigateToKey Method


An object representing the key that will be used in the data navigation operation.
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 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

IDataNavigationHost Interface
IDataNavigationHost Members

Send Feedback