| Package | org.openzet.controls.dataGridClasses |
| Class | public class ZetDataGridColumn |
| Inheritance | ZetDataGridColumn mx.controls.dataGridClasses.DataGridColumn |
| Implements | IMergeable |
See also
| Property | Defined by | ||
|---|---|---|---|
| checked : Boolean
A property to mark this column as one with CheckBox item renderer.
| ZetDataGridColumn | ||
| enableMerge : Boolean
A property to indicate whether this column's data should be vertically merged or not.
| ZetDataGridColumn | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| ZetDataGridColumn | ||
| checked | property |
checked:Boolean [read-write]A property to mark this column as one with CheckBox item renderer. If set to true, AdvancedZetDataGrid automatically applies both DataGridCheckBoxRenderer and DataGridHeaderCheckBox to row items and header of this column, respectively. Default value is false.
Implementation public function get checked():Boolean
public function set checked(value:Boolean):void
| enableMerge | property |
enableMerge:Boolean [read-write]A property to indicate whether this column's data should be vertically merged or not. Default value is false.
Implementation public function get enableMerge():Boolean
public function set enableMerge(value:Boolean):void
| ZetDataGridColumn | () | constructor |
public function ZetDataGridColumn()Constructor