VGridControlBase.GetSelectedRecords() Method
Returns selected records in multiple record selection mode (MultiSelectMode.RecordSelect).
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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