:: Documentation >> Reference >>

value Property Array

Provides the array of the selected item indices.

Syntax

var value = obj.getSelectionProperty("value", index);
var array = obj.getSelectionProperty("values");

or

obj.setSelectionProperty("value", value, index);
obj.setSelectionProperty("values", array);

See Also

definePropertyArray Method

Applies To

selection Model