IsCurrentAfterLast Property (C1CollectionView)
In This Topic
Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.
Syntax
'Declaration
Public ReadOnly Property IsCurrentAfterLast As Boolean
public bool IsCurrentAfterLast {get;}
See Also