:: Documentation >> Reference >>

image Property Array

Allows to specify the image to display in the row headers.

Syntax

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

or

obj.setRowProperty("image", value, index);
obj.setRowProperty("images", array);

See Also

definePropertyArray Method

Applies To

row Model