rowClickable property

bool rowClickable
getter/setter pair

rowClickable is a boolean type field. If you want to make your row clickable, then make this field "true". This field is "false" by default.

Implementation

bool rowClickable;