Using Properties

Table of contents

The properties of the CheckBoxTreeFX.

enableBranchValidation

Branch validation is the act of checking all parent branches when any tree item is toggled on or off.

itemClickToggleSelectEnabled

This property if true selects the tree item as if you clicked on the toggle button of the tree item.

toggledItems

Returns a list of toggled items from the current selected item. If no tree item is selected, then the toggled items are based off of the whole dataProvider.

toggleSelectType

There are three types of select types.

  1. single
  2. immediate
  3. recursive

single

The single select type just selects the tree item that was clicked.

immediate

The immediate type selects all children of it on one level. This type has no effect if the tree item selected was not a branch.

recursive

The recursive type selects all children of the selected branch recursively.

Privacy Policy | Copyright Notice| Disclaimer| Product EULA
©2003-2008 Teoti Graphix, LLC - All rights reserved.