Object | --Persistent | --Component | --Control | --FocusControl | --CustomControl | --CustomGrid
Right now is used only as base of CustomDBGrid, but it's not finished yet.
[line 36]
void defaultColumns( )
array readColumns( )
Use Columns to read or set the attributes of the columns in grid. Columns is an array where each key specifies a column attributes.
Columns can be set at design time through the Columns editor, or programmatically at runtime.
void writeColumns( $value)