Skip to content

Supported Functionality

Stef Heyenrath edited this page May 11, 2020 · 4 revisions

The following methods are supported:

  • AddNode(T parent, T node)
  • SelectNode(T node)
  • SelectNodes(List node)
  • GetNode()
  • ClearSelect()
  • SetTheme(string theme)
  • SetEditable(bool edit)
  • IsEditable()
  • ExpandNode(T node)
  • CollapseNode(T node)
  • Expand()
  • Collapse()

These callbacks are supported:

  • OnShow
  • OnSelectNode
  • OnMultiSelectNodes
Clone this wiki locally