Selects all rows/cards within a View.
public void SelectAll()
Public Sub SelectAll()
To clear the current selection, use the UnselectAll method. To select or deselect individual rows/cards, use the SelectItem and UnselectItem methods, respectively.
To learn more, see Multiple Row Selection.