DataControlBase.SelectAll() Method
Selects all items within a grid.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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