The linkBottomMargin property (number) specifies the distance of the event link start from the bottom of the event box (in pixels).
DayPilot.Scheduler.linkBottomMargin10JavaScript
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"
<!-- ... -->
/>Event Links [doc.daypilot.org]
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot