VGridControlBase.UnselectCell(Int32, String) Method
In This Article
Removes the specified cell from the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).
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. |
field |
String | A string that identifies a row’s field name. |
#Remarks
See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.
See Also