pgColumnLabels

Typeproperty
Dictionarywidget.polygrid
LibraryPolyGrid
Syntax
set the pgColumnLabels of widget to <CommaDelimitedList>
get the pgColumnLabels of widget
Associationscom.livecode.widget.polygrid
Summary

Specifies the text to show on top of columns.

Example
set the pgColumnLabels of widget "PolyGrid" to "Product,Icon,Description"
Description

Use pgColumnLabels to get or set the column labels, the value of this property is a comma delimited list in wich item corresponds to the label of the column on that position. Note that columns can have a name and a different label.

Tagstable,data