DayPilot.Kanban.cardMarginLeft

The cardMarginLeft property is available in the DayPilot API.

Declaration

DayPilot.Kanban.cardMarginLeft

Default Value

5

Examples

JavaScript

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

Angular

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

React

<DayPilotKanban
  cardMarginLeft={5}
  {/* ... */}
/>

Vue

<DayPilotKanban
  :cardMarginLeft="5"
  <!-- ... -->
/>

See Also

DayPilot.Kanban Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript