ComponentOne DataGrid for WPF and Silverlight
IsCurrentBeforeFirst Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : IsCurrentBeforeFirst Property
Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the start of the collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsCurrentBeforeFirst As System.Boolean
public virtual System.bool IsCurrentBeforeFirst {get;}

Property Value

true if the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the start of the collection; otherwise, false.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members