:: Documentation >> Reference >>

value Property Array

Sets or retrieves the row index or the array of indexes.

Syntax

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

or

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

See Also

definePropertyArray Method

Applies To

row Model