:: Documentation >> Reference >>

value Property Array

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

Syntax

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

or

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

See Also

definePropertyArray Method

Applies To

column Model