Resource Tree

DayPilot Scheduler supports an expandable tree of resources.

Setup

  1. Set TreeEnabled="true".
  2. Set image URLs for three possible node states (TreeImageCollapse, TreeImageExpand, TreeImageNoChildren).
  3. Define the tree using Resources collection (add node children to Resource.Children collection).
  4. (Optionally) adjust the image position using TreeImageMarginTop and TreeImageMarginLeft.
  5. (Optionally) adjust the level indent (TreeIndent).

See also

Demo

Available Since

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java