Back to Devexpress

ASPxClientVerticalGrid.UnselectRecords Method

aspnet-js-aspxclientverticalgrid-2dec1103.md

latest788 B
Original Source

ASPxClientVerticalGrid.UnselectRecords Method

Deselects the specified records (if selected) within the grid.

Declaration

ts
UnselectRecords(
    visibleIndices?: number[] | number
): void

Parameters

NameTypeDescription
visibleIndicesnumbernumber[]

An array of zero-based indices that identify records within the grid.

|

Remarks

To learn more, see Selection.

See Also

SelectRecords

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members