Skip to main content
A newer version of this page is available. .

DataControlBase.SelectAll() Method

Selects all items within a grid.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public void SelectAll()

Remarks

To clear the current selection, use the DataControlBase.UnselectAll method. To select or deselect individual items, use the DataControlBase.SelectItem and DataControlBase.UnselectItem methods, respectively.

See Also