Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public void UnselectCell(
    int dataSourceRecordIndex,
    string fieldName
)

Parameters

Name Type Description
dataSourceRecordIndex Int32

A record’s index in the bound data source.

fieldName String

A string that identifies a row’s field name.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also