Back to Devexpress

ASPxClientVerticalGrid.UnselectRecordsByKey(keys) Method

aspnet-js-aspxclientverticalgrid-dot-unselectrecordsbykey-x28-keys-x29.md

latest679 B
Original Source

ASPxClientVerticalGrid.UnselectRecordsByKey(keys) Method

Deselects the specified records displayed within the grid.

Declaration

ts
UnselectRecordsByKey(
    keys: any[] | any
): void

Parameters

NameTypeDescription
keysany

An array of objects that uniquely identify the records.

|

Remarks

To learn more, see Selection.

See Also

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members