LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


selectionMode

Gets or sets the method by which tree items are selected.

Property Value

An IntegralUISelectionMode value. The default is One, stating that only one item can become selected in the TreeView.

Remarks

The following values are acceptable:

  • None - selection is disabled
  • One - only one item can be selected
  • MultiSimple - multiple items can be selected using mouse clicks or keyboard keys
  • MultiExtended - multiple items can be selected using mouse clicks or keyboard keys, including the SHIFT key

Version Information

Supported in: v1.0.

See Also