ICollectionView::IsCurrentAfterLast Property

 

Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

property bool IsCurrentAfterLast {
	bool get();
}

Property Value

Type: System::Boolean

Returns true if the CurrentItem of the view is beyond the end of the collection; otherwise, false.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: