Skip to main content
A newer version of this page is available. .

VGridControlBase.GetSelectedRecords() Method

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public int[] GetSelectedRecords()

Returns

Type Description
Int32[]

An array of data source indexes identifying the selected records.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also