Back to Devexpress

ASPxClientVerticalGrid.SelectRecords Method

aspnet-js-aspxclientverticalgrid-7533d298.md

latest911 B
Original Source

ASPxClientVerticalGrid.SelectRecords Method

Selects or deselects the specified records within the grid.

Declaration

ts
SelectRecords(
    visibleIndices?: number[] | number,
    selected?: boolean
): void

Parameters

NameTypeDescription
visibleIndicesnumbernumber[]

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

| | selected | boolean |

true to select the specified records; false to deselect the records.

|

Remarks

To learn more, see Selection.

See Also

UnselectRecords

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members