ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / CurrentItem Property

In This Topic
    CurrentItem Property (ClientCollectionView)
    In This Topic
    Gets the current item in the view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentItem As System.Object
    public System.object CurrentItem {get;}

    Property Value

    The current item of the view or null if there is no current item.
    See Also