ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CurrentItem Property

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

    Property Value

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