Gets the ClientCollectionView of the RiaViewSource at the specified index in the ViewSources collection.

Namespace:  C1.Silverlight.Data.RiaServices
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public ClientCollectionView this[
	int index
] { get; }
Visual Basic
Public ReadOnly Property Item ( _
	index As Integer _
) As ClientCollectionView
	Get

Parameters

index
Type: System..::..Int32
The index of the RiaViewSource to take the ClientCollectionView from.

Return Value

The ClientCollectionView of the RiaViewSource.

See Also