Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The IDataGridLayout interface provides the features necessary to lay
out the components of a DataGrid: the size and position of its column
headers and the size and position of each column.
columns:Array
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The set of components used for the columns of the DataGrid.
Implementation public function get columns():Array
public function set columns(value:Array):void
header:IUIBase
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The component used as the column header.
Implementation public function get header():IUIBase
public function set header(value:IUIBase ):void
The Apache Software Foundation Wed Jul 9 2014, 10:38 PM -07:00