VGridControlBase.UnselectCell(Int32, RowProperties) 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
public void UnselectCell(
int recordIndex,
RowProperties properties
)
#Parameters
Name | Type | Description |
---|---|---|
record |
Int32 | A record’s visual position. |
properties | Row |
A row identifier, which matches the Base |
#Remarks
See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.
See Also