ASPxClientVerticalGrid.UnselectRecords Method
In This Article
Deselects the specified records (if selected) within the grid.
#Declaration
TypeScript
UnselectRecords(
visibleIndices?: number[] | number
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | number[] | An array of zero-based indices that identify records within the grid. |
#Remarks
To learn more, see Selection.
See Also