SelectionMode: PP.Ui.TreeListSelectionMode;
The SelectionMode property determines a mode of selecting dictionary elements.
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:
True. Default. The event is generated.
False. The event is not generated.
The property use is given in the Example of Creating the DimTree Component example.
See also: