Back to Devexpress

VGridControlBase.GetSelectedRecords() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-a47dbdec.md

latest1.5 KB
Original Source

VGridControlBase.GetSelectedRecords() Method

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public int[] GetSelectedRecords()
vb
Public Function GetSelectedRecords As Integer()

Returns

TypeDescription
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

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace