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

VGridControlBase.SelectRecords(Int32, Int32) Method

Selects records in the specified range. Has effect only if MultiSelectMode is set to RecordSelect.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

public void SelectRecords(
    int startRecord,
    int endRecord
)

Parameters

Name Type Description
startRecord Int32

The start record index (visual position).

endRecord Int32

The end record index (visual position).

See Also