DataControlBase.SelectAll() Method
In This Article
Selects all items within a grid.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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