DayPilot.Scheduler.treeImageMarginTop

The treeImageMarginTop property (number) sets the top margin of the tree node image in pixels.

Declaration

DayPilot.Scheduler.treeImageMarginTop

Default Value

2

Examples

JavaScript

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

Angular

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

React

<DayPilotScheduler
  treeImageMarginTop={5}
  {/* ... */}
/>

Vue

<DayPilotScheduler
  :treeImageMarginTop="5"
  <!-- ... -->
/>

See Also

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript