Skip to main content

DataControlBase.SelectAll() Method

Selects all items within a grid.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

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