DataGrid.SelectAllCells Method

Definition

Selects all the cells in the DataGrid.

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

Remarks

The default shortcut key for selecting all cells is CTRL+A.

Applies to