Gets the ClientCollectionView of the EntityViewSource
at the specified index in the ViewSources collection.
Namespace:
C1.WPF.Data.EntitiesAssembly: C1.WPF.Data.Entity (in C1.WPF.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.