canBeSelected property
canBeSelected is a boolean. this indicates if this row can be selected if multi select mode is on for the table by setting isCheckBoxMultiSelectAllowed to true. By default it is true. By setting it false will disable the row for multiselect.
Implementation
bool canBeSelected = true;