DayPilot.Scheduler.treeImageHeight

The treeImageHeight property (number) specifies the resource tree node icon height (in pixels).

Available since version 2018.3.3417.

Declaration

DayPilot.Scheduler.treeImageHeight

Default Value

10

Examples

JavaScript

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"
  <!-- ... -->
/>

See Also

DayPilot.Scheduler.treeImageWidth

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript