DataSource for Entity Framework in WPF
C1.WPF.Data.Entities Namespace / C1DataSource Class / Item Property / Item(Int32) Property
The index of the C1.Data.Entities.EntityViewSource to take the C1.Data.DataSource.ClientCollectionView from.

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As ClientCollectionView
    public ClientCollectionView Item( 
       int index
    ) {get;}

    Parameters

    index
    The index of the C1.Data.Entities.EntityViewSource to take the C1.Data.DataSource.ClientCollectionView from.

    Property Value

    The C1.Data.DataSource.ClientCollectionView of the C1.Data.Entities.EntityViewSource.
    See Also