General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxClientVerticalGrid.SelectRecords Method
Selects or deselects the specified records within the grid.
Declaration
SelectRecords(visibleIndices?: number[] | number, selected?: boolean): void
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
visibleIndices | number[] | number | null | An array of zero-based indices that identify records within the grid. |
selected | boolean | null | true to select the specified records; false to deselect the records. |
Remarks
To learn more, see Selection.
See Also
Feedback