Back to Devexpress

GridViewBase.UnselectRow(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-dot-unselectrow-x28-system-dot-int32-x29.md

latest2.2 KB
Original Source

GridViewBase.UnselectRow(Int32) Method

OBSOLETE

Use the UnselectItem method instead

Unselects the specified row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the DataControlBase.UnselectItem method instead")]
[Browsable(false)]
public void UnselectRow(
    int rowHandle
)
vb
<Obsolete("Use the DataControlBase.UnselectItem method instead")>
<Browsable(False)>
Public Sub UnselectRow(
    rowHandle As Integer
)

Parameters

NameTypeDescription
rowHandleInt32

An integer value identifying the row by its handle.

|

Remarks

The UnselectRow method allows you to unselect the required row/card preserving the current selection. To select a row/card, use the DataControlBase.SelectItem method.

To clear the current selection, use the DataControlBase.UnselectAll method. To select all rows, use the DataControlBase.SelectAll method.

To learn more, see Multiple Row Selection.

See Also

SelectItem(Int32)

SelectedItems

SelectAll()

UnselectAll()

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace