ComponentOne DataGrid for WPF and Silverlight
IsCurrentAfterLast Property

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

Property Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members