rowHasChildren abstract method

bool rowHasChildren(
  1. int rowIndex
)

Whether the visible row at rowIndex has children (shows a caret).

Implementation

bool rowHasChildren(int rowIndex);