The treeImageMarginLeft property (number) sets the left margin of the tree node image in pixels.
DayPilot.Scheduler.treeImageMarginLeft2JavaScript
const dp = new DayPilot.Scheduler("dp", {
treeImageMarginLeft: 5,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
treeImageMarginLeft: 5,
// ...
};React
<DayPilotScheduler
treeImageMarginLeft={5}
{/* ... */}
/>Vue
<DayPilotScheduler
:treeImageMarginLeft="5"
<!-- ... -->
/>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