Skip to main content
A newer version of this page is available. .

VGridControlBase.UnselectRecord(Int32) Method

Removes a record from the current selection in multiple record selection mode (MultiSelectMode.RecordSelect).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public void UnselectRecord(
    int dataSourceRecordIndex
)

Parameters

Name Type Description
dataSourceRecordIndex Int32

A record’s index in the bound data source.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also