Skip to main content

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

NuGet Packages: DevExpress.Win.Navigation, 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