DayPilot.Kanban.cardHeight

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

Declaration

DayPilot.Kanban.cardHeight

Default Value

60

Examples

JavaScript

const kanban = new DayPilot.Kanban("dp", {
  cardHeight: 100,
  // ...
});
kanban.init();

Angular

<daypilot-kanban [config]="config"></daypilot-kanban>
config: DayPilot.KanbanConfig = {
  cardHeight: 100,
  // ...
};

React

<DayPilotKanban
  cardHeight={100}
  {/* ... */}
/>

Vue

<DayPilotKanban
  :cardHeight="100"
  <!-- ... -->
/>

See Also

DayPilot.Kanban Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript