DayPilot.Scheduler.linkBottomMargin

The linkBottomMargin property (number) specifies the distance of the event link start from the bottom of the event box (in pixels).

Declaration

DayPilot.Scheduler.linkBottomMargin

Default Value

10

Examples

JavaScript

const dp = new DayPilot.Scheduler("dp", {
  linkBottomMargin: 15,
  // ...
});
dp.init();

Angular

<daypilot-scheduler [config]="config"></daypilot-scheduler>
config: DayPilot.SchedulerConfig = {
  linkBottomMargin: 15,
  // ...
};

React

<DayPilotScheduler
  linkBottomMargin={15}
  {/* ... */}
/>

Vue

<DayPilotScheduler
  :linkBottomMargin="15"
  <!-- ... -->
/>

See Also

Event Links [doc.daypilot.org]

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript