The DataGridColumnView class extends org.apache.flex.html.beads.ListView and
provides properties to the org.apache.flex.html.List that makes a column in
the org.apache.flex.html.DataGrid.
The org.apache.flex.html.support.DataGridColumn containing information used to
present the org.apache.flex.html.List as a column in the
org.apache.flex.html.DataGrid.
The org.apache.flex.html.support.DataGridColumn containing information used to
present the org.apache.flex.html.List as a column in the
org.apache.flex.html.DataGrid.
Implementation public function get column():DataGridColumn public function set column(value:DataGridColumn):void
columnIndex
property
columnIndex:uint
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The zero-based index for the column.
Implementation public function get columnIndex():uint public function set columnIndex(value:uint):void