Gets the ClientCollectionView of the EntityViewSource with the specified name
in the ViewSources collection.
Namespace:
C1.WPF.Data.EntitiesAssembly: C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)
Syntax
C# |
---|
public ClientCollectionView this[ string name ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As ClientCollectionView Get |
Parameters
- name
- Type: System..::..String
The name of the EntityViewSource to take the ClientCollectionView from.