VGridControlBase.GetSelectedRecords() Method
In This Article
Returns selected records in multiple record selection mode (MultiSelectMode.RecordSelect).
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.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