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

Namespace:  C1.Win.Data.Entities
Assembly:  C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)

Syntax

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

Parameters

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

Return Value

The ClientCollectionView of the EntityViewSource.

See Also