ItemCollection.IsCurrentAfterLast Property

Definition

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

public:
 virtual property bool IsCurrentAfterLast { bool get(); };
public override bool IsCurrentAfterLast { get; }
member this.IsCurrentAfterLast : bool
Public Overrides ReadOnly Property IsCurrentAfterLast As Boolean

Property Value

true if the current item of the view is beyond the end of the collection; otherwise, false.

Applies to

See also