canMarkersOverflow property

bool canMarkersOverflow
final

Specifies if event markers rendered for a day cell can overflow cell's boundaries.

  • true - Event markers will be drawn over the cell boundaries
  • false - Event markers will be clipped if they are too big

Implementation

final bool canMarkersOverflow;