User Guide
DataGridColumn class (Flash Professional only) 301
Property summary for the DataGridColumn class
The following table lists the properties of the DataGridColumn class.
Property Description
DataGridColumn.cellRenderer The linkage identifier of a symbol to be used to display
the cells in this column.
DataGridColumn.columnName Read-only; the name of the field associated with
the column.
DataGridColumn.editable A Boolean value that indicates whether a column is
editable (
true) or not (false).
DataGridColumn.headerRenderer The name of a class to be used to display the header of
this column.
DataGridColumn.headerText The text for the header of this column.
DataGridColumn.labelFunction A function that determines which field of an item to
display.
DataGridColumn.resizable A Boolean value that indicates whether a column is
resizable (
true) or not (false).
DataGridColumn.sortable A Boolean value that indicates whether a column is
sortable (
true) or not (false).
DataGridColumn.sortOnHeaderRelease A Boolean value that indicates whether a column is
sorted (
true) or not (false) when a user clicks a
column header.
DataGridColumn.width The width of a column, in pixels.