PvtDimension.MultiSelect

Syntax

MultiSelect: Boolean;

Description

The MultiSelect property determines the use of multiple selection mode.

Comments

Value of the MultiSelect property can be set from JSON or using the setMultiSelect method, and returned using the getMultiSelect method.

By default the property is set to false.

Example

The example of use is given in description of the PvtDimension.CalendarViewMode property.

See also:

PvtDimension