GetItemAt Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : GetItemAt Method

index
The zero-based index at which to retrieve the item.
Retrieves the item at the specified index in the view.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function GetItemAt( _
   ByVal index As Integer _
) As Object
C# 
public override object GetItemAt( 
   int index
)

Parameters

index
The zero-based index at which to retrieve the item.

Return Value

The item at the specified index.

Remarks

This method evaluates the index according to any and all sorting and filtering criteria that are applied to the view.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also