Back to Devexpress

VGridControlBase.UnselectRow(BaseRow) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-unselectrow-x28-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-x29.md

latest2.0 KB
Original Source

VGridControlBase.UnselectRow(BaseRow) Method

Removes a row from the current selection in multiple row selection mode (MultiSelectMode.RowSelect).

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public void UnselectRow(
    BaseRow row
)
vb
Public Sub UnselectRow(
    row As BaseRow
)

Parameters

NameTypeDescription
rowBaseRow

A row object.

|

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also

GetSelectedCells()

GetSelectedRecords()

GetSelectedRows()

MultiSelect

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace