Skip to main content

VGridControlBase.GetSelectedRecords() Method

Returns selected records in multiple record selection mode (MultiSelectMode.RecordSelect).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

Declaration

public int[] GetSelectedRecords()

Returns

Type Description
Int32[]

An array of record indexes (record visual positions) that identify the selected records.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also