Packageorg.apache.flex.core
Interfacepublic interface IDataGridLayout extends IBeadLayout, IBead
Implementors DataGridLayout

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.



Public Properties
 PropertyDefined By
  columns : Array
The set of components used for the columns of the DataGrid.
IDataGridLayout
  header : IUIBase
The component used as the column header.
IDataGridLayout
Property Detail
columnsproperty
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
headerproperty 
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