Xceed DataGrid for Silverlight Documentation
NotFound Method


Syntax
'Declaration
 
Public Shared Function NotFound( _
   ByVal closestIndex As Long _
) As FindResult
'Usage
 
Dim closestIndex As Long
Dim value As FindResult
 
value = FindResult.NotFound(closestIndex)
public static FindResult NotFound( 
   long closestIndex
)

Parameters

closestIndex
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

FindResult Class
FindResult Members

Send Feedback