DimTreeView.SelectionMode

Syntax

SelectionMode: PP.Ui.TreeListSelectionMode;

Description

The SelectionMode property determines a mode of selecting dictionary elements.

Comments

By default, multiple elements selection is set - PP.Ui.TreeListSelectionMode.MultiSelect.

The property value can also be set using the setSelectionMode(value, fireEvents) method, and can be returned using the getSelectionMode() method.

Parameters:

value. PP.Ui.TreeListSelectionMode. Selection mode value.

fireEvents. Boolean. It determines whether value change event must be generated. The parameter takes the values:

Example

The property use is given in the Example of Creating the DimTree Component example.

See also:

DimTreeView