Back to Devexpress

DataViewBase.SelectAll() Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-5146b0d3.md

latest1.6 KB
Original Source

DataViewBase.SelectAll() Method

OBSOLETE

Use the SelectAll() method instead

Selects all rows/cards within a View.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the DataControlBase.SelectAll method instead")]
[Browsable(false)]
public void SelectAll()
vb
<Obsolete("Use the DataControlBase.SelectAll method instead")>
<Browsable(False)>
Public Sub 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

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace