ComponentOne DataGrid for WPF and Silverlight
CurrentItem Property (BaseCollectionView)

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : CurrentItem Property
Gets the current item in the view.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CurrentItem As System.Object
public virtual System.object CurrentItem {get;}

Property Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members