Back to Devexpress

VGridControlBase.GetSelectedCells() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-8a71b31d.md

latest1.5 KB
Original Source

VGridControlBase.GetSelectedCells() Method

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public RowValueInfo[] GetSelectedCells()
vb
Public Function GetSelectedCells As RowValueInfo()

Returns

TypeDescription
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

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace