VGridControlBase.SelectRecord(Int32) Method
Adds a record to the current selection in multiple record selection mode (MultiSelectMode.RecordSelect).
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v22.2.dll
NuGet Package: DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
recordIndex | Int32 | A record’s visual position. |
Remarks
See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.
See Also