Skip to main content
A newer version of this page is available. .

VGridControlBase.SelectRecord(Int32) Method

Adds a record to the current selection in multiple record selection mode (MultiSelectMode.RecordSelect).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public void SelectRecord(
    int dataSourceRecordIndex
)

Parameters

Name Type Description
dataSourceRecordIndex Int32

A record’s index in the bound data source.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also