Back to Devexpress

VGridControlBase.UnselectCell Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-unselectcell.md

latest1.3 KB
Original Source

VGridControlBase.UnselectCell Method

NameParametersDescription
UnselectCell(Int32, BaseRow, Int32)recordIndex, row, cellIndexRemoves the specified cell from the current selection in multiple cell selection mode (MultiSelectMode.CellSelect). This overload allows you to address a certain cell within a MultiEditorRow.
UnselectCell(Int32, RowProperties)recordIndex, propertiesRemoves the specified cell from the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).
UnselectCell(Int32, String)recordIndex, fieldNameRemoves the specified cell from the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).