DataViewBase.SelectAll() Method
OBSOLETE
Use the SelectAll() method instead
Selects all rows/cards within a View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
[Obsolete("Use the DataControlBase.SelectAll method instead")]
[Browsable(false)]
public void SelectAll()
Remarks
To clear the current selection, use the DataControlBase.UnselectAll method. To select or deselect individual rows/cards, use the DataControlBase.SelectItem and DataControlBase.UnselectItem methods, respectively.
To learn more, see Multiple Row Selection.
See Also