Skip to main content

VGridControlBase.UnselectRecord(Int32) Method

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public void UnselectRecord(
    int recordIndex
)

Parameters

Name Type Description
recordIndex Int32

A record’s visual position.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also