Back to Devexpress

DataControlBase.SelectAll() Method

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-d7a51d7b.md

latest1.7 KB
Original Source

DataControlBase.SelectAll() Method

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
public void SelectAll()
vb
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

SelectItem(Int32)

UnselectItem(Int32)

UnselectAll()

SelectRange(Int32, Int32)

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace