Back to Devexpress

ASPxClientVerticalGrid.SelectAllRecordsOnPage Method

aspnet-js-aspxclientverticalgrid-f83d0b56.md

latest770 B
Original Source

ASPxClientVerticalGrid.SelectAllRecordsOnPage Method

Allows you to select or deselect all records displayed on the current page based on the parameter passed.

Declaration

ts
SelectAllRecordsOnPage(
    selected?: boolean
): void

Parameters

NameTypeDescription
selectedboolean

true to select all unselected records displayed on the current page; false to deselect all selected records on the page.

|

See Also

Selection

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members