DayPilot.Kanban.cardHeight

The cardHeight property (number) sets a card height in the Kanban component (in pixels).

Default Value

60

Example

Kanban config:

{
  cardAutoHeight: false,
  cardHeight: 100,
  // ...
}