TreeManager.recursive

Get recursive property.

  1. bool recursive [@property getter]
    class TreeManager
    @property
    bool
    recursive
    ()
  2. bool recursive [@property setter]

Return Value

Type: bool

This property specifies if, when initially creating nodes or updating the list of nodes, the tree manager shoud also request that each node it has created or updated also initially create or update their children.

This property can typically set to FALSE if the process of creating children nodes is lenghty and needs to be postponed while an event occurs.