Back to Devexpress

VGridControlBase.SelectRow(BaseRow) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-selectrow-x28-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-x29.md

latest1.9 KB
Original Source

VGridControlBase.SelectRow(BaseRow) Method

Adds a row to the current selection in multiple row selection mode (MultiSelectMode.RowSelect).

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public void SelectRow(
    BaseRow row
)
vb
Public Sub SelectRow(
    row As BaseRow
)

Parameters

NameTypeDescription
rowBaseRow

A row object.

|

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also

GetSelectedCells()

GetSelectedRecords()

GetSelectedRows()

MultiSelect

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace