Skip to main content

VGridControlBase.UnselectCell(Int32, String) Method

Removes the specified cell from the current selection in multiple cell selection mode (MultiSelectMode.CellSelect).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public void UnselectCell(
    int recordIndex,
    string fieldName
)

Parameters

Name Type Description
recordIndex Int32

A record’s visual position.

fieldName String

A string that identifies a row’s field name.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also