ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / CurrentItem Property

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