Xceed DataGrid for WPF v7.2 Documentation
StartIndex Property (AsyncQueryInfo)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > AsyncQueryInfo Class : StartIndex Property
Gets or sets a value indicating the index in the data source at which to start retrieving the new items.
Syntax
'Declaration
 
Public ReadOnly Property StartIndex As Integer
'Usage
 
Dim instance As AsyncQueryInfo
Dim value As Integer
 
value = instance.StartIndex
public int StartIndex {get;}

Property Value

A value indicating the index in the data source at which to start retrieving the new items.
Remarks
The current state of the collection view (e.g., sorting and filtering) must always be taken into consideration when returning new items.
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

AsyncQueryInfo Class
AsyncQueryInfo Members