SelectionMode

Namespace: PP.Prx.Ui

Description

The SelectionMode enumeration contains selection modes in regular report controls.

It is used by the DimControl.getSelectionMode property.

Available Values

Value

Brief description

MultiSelect

Extended mode of multiple selection. Multiple selection is performed on selecting an item, navigating the items resets selection. Holding down the CTRL key adds all child items to selection. When the context menu is opened, the element is focused but not selected.

MultiSelectStandart

Standard mode of multiple selection. Multiple selection is performed if the SHIFT or CTRL key is held down, navigating the items resets selection and selected focused item.

None

Selection is not allowed.

SingleSelect

Single selection of items. Focused item is always selected.

SingleSelectNullable

Single selection of items. Selection may be missing for the focused item. Navigating items selected the focused item. When the context menu is opened, the element is focused but not selected.

See also:

PP.Prx.Ui