:: Documentation >> Reference >>

image Property Array

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

Syntax

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

or

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

See Also

definePropertyArray Method

Applies To

column Model