Xceed Toolkit Plus for WPF v4.6 Documentation
Find Method


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data Namespace > SimpleSyncIndexDataSourceProvider Class : Find Method
Syntax
'Declaration
 
Protected Overridable Function Find( _
   ByVal sortOrder As IEnumerable(Of SortDescription), _
   ByVal fieldValues As IEnumerable(Of FindValue), _
   ByVal position As FindPosition _
) As FindResult
'Usage
 
Dim instance As SimpleSyncIndexDataSourceProvider
Dim sortOrder As IEnumerable(Of SortDescription)
Dim fieldValues As IEnumerable(Of FindValue)
Dim position As FindPosition
Dim value As FindResult
 
value = instance.Find(sortOrder, fieldValues, position)

Parameters

sortOrder
fieldValues
position
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

Reference

SimpleSyncIndexDataSourceProvider Class
SimpleSyncIndexDataSourceProvider Members