VGridControlBase.GetSelectedCells() Method
Returns selected cells in multiple cell selection mode (MultiSelectMode.CellSelect).
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Returns
Type | Description |
---|---|
DevExpress.XtraVerticalGrid.ViewInfo.RowValueInfo[] | An array of objects that refer to the selected cells. |
Remarks
See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.
See Also