VGridControlBase.UnselectRecord(Int32) Method
In This Article
Removes a record from the current selection in multiple record selection mode (MultiSelectMode.RecordSelect).
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
record |
Int32 | A record’s visual position. |
#Remarks
See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.
See Also