Skip to main content

VGridControlBase.GetSelectedCells() Method

Returns selected cells in multiple cell selection mode (MultiSelectMode.CellSelect).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public RowValueInfo[] GetSelectedCells()

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