DataGrid.ResetSelection Method

Definition

Turns off selection for all rows that are selected.

protected:
 void ResetSelection();
protected void ResetSelection ();
member this.ResetSelection : unit -> unit
Protected Sub ResetSelection ()

Remarks

Use this method with the IsSelected, Select, and UnSelect methods to manipulate the selection state of a particular row.

Applies to