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.v21.2.dll

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

Declaration

public void SelectRecord(
    int recordIndex
)

Parameters

Name Type Description
recordIndex Int32

A record’s visual position.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also