VGridControlBase.SelectRecords(Int32, Int32) Method
In This Article
Selects records in the specified range. Has effect only if MultiSelectMode is set to RecordSelect.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start |
Int32 | The start record index (visual position). |
end |
Int32 | The end record index (visual position). |
See Also