DataSource for Entity Framework in WPF
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 Object
    public object CurrentItem {get;}

    Property Value

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