Skip to main content

VGridControlBase.GetSelectedRecords() Method

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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