Overview
The definition of a data grid column.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-init | dataMember | String | ![]() | ![]() |
The name of the variable displayed by the column. |
||
public | fill | Paint | ![]() | ![]() | ![]() |
The background of the grid cells associated with the column. |
|
public | resizable | Boolean | ![]() | ![]() | ![]() |
A value indicating whether the column can be resized interactively. |
|
public | textAlignment | TextAlignment | ![]() | ![]() | ![]() |
The alignment of the column title. |
|
public | title | String | ![]() | ![]() | ![]() |
The column title. |
|
public | width | Number | ![]() | ![]() | ![]() |
The width of the column. |