:: Documentation >> Reference >>

text Property Array

Allows to specify the text for the column headers.

Syntax

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

or

obj.setColumnProperty("text", value, index);
obj.setColumnProperty("texts", array);

See Also

definePropertyArray Method

Applies To

column Model