BindingSource.MoveLast Method

Definition

Moves to the last item in the list.

public:
 void MoveLast();
public void MoveLast ();
member this.MoveLast : unit -> unit
Public Sub MoveLast ()

Remarks

Changes the current value of the Position property to the index of the last item in the underlying data source, which is equal to the value of the Count property minus 1.

Applies to

See also