The mx.controls.dataGridClasses package contains the classes used by the DataGrid control.
| Class | Description | |
|---|---|---|
| DataGridBase | The DataGridBase class is the base class for controls that display lists of items in multiple columns. | |
| DataGridColumn | The DataGridColumn class describes a column in a DataGrid control. | |
| DataGridDragProxy | The DataGridDragProxy class defines the default drag proxy used when dragging data from a DataGrid control. | |
| DataGridItemRenderer | The DataGridItemRenderer class defines the default item renderer for a DataGrid control. | |
| DataGridListData |
The DataGridListData class defines the data type of the listData property that is
implemented by drop-in item renderers or drop-in item editors for the DataGrid control. |