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