columnIndex property

int columnIndex
final

Which sub-column this event occupies within its day-column, and how many sub-columns the day-column was split into for concurrent events (#20). A non-overlapping event is columnIndex: 0, columnCount: 1; overlapping events render side-by-side via these and the size width.

Implementation

final int columnIndex;