ListBox.EmptySelection

Syntax

EmptySelection: Boolean;

Description

The EmptySelection property determines empty set of elements can be selected.

Comments

The property is considered on multiple selection of list elements.

Available values:

The value of the property is determined from JSON by means of the setEmptySelection method, and returned by means of the getEmptySelection method.

Example

The example of property use is given in description of the ListBox.getScrollBox method.

See also:

ListBox