Back to Devexpress

GridViewBase.SelectRow(Int32) Method

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

latest2.1 KB
Original Source

GridViewBase.SelectRow(Int32) Method

OBSOLETE

Use the SelectItem method instead

Selects 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.SelectItem method instead")]
[Browsable(false)]
public void SelectRow(
    int rowHandle
)
vb
<Obsolete("Use the DataControlBase.SelectItem method instead")>
<Browsable(False)>
Public Sub SelectRow(
    rowHandle As Integer
)

Parameters

NameTypeDescription
rowHandleInt32

An integer value which specifies the handle of the row to select.

|

Remarks

The SelectRow method allows you to select the required row/card while preserving the current selection. If the specified row/card is hidden within a collapsed group, the SelectRow method does nothing.

To unselect a row/card, use the DataControlBase.UnselectItem method. To clear the current selection, use the DataControlBase.UnselectAll method.

To learn more, see Multiple Row Selection.

See Also

UnselectItem(Int32)

SelectedItems

SelectAll()

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace