The treeImageHeight property (number) specifies the resource tree node icon height (in pixels).
Available since version 2018.3.3417.
DayPilot.Scheduler.treeImageHeight10JavaScript
const dp = new DayPilot.Scheduler("dp", {
treeImageHeight: 15,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
treeImageHeight: 15,
// ...
};React
<DayPilotScheduler
treeImageHeight={15}
{/* ... */}
/>Vue
<DayPilotScheduler
:treeImageHeight="15"
<!-- ... -->
/>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