Method | Description | |
---|---|---|
DataSourceColumnBinder ( ) : System |
Creates a DataSourceColumnBinder with default values.
|
|
GetCell ( |
Returns the cell to add to a row for the given value, depending on the type of column it will be shown in. If the column is a TextColumn then just the Text property is set. For all other column types just the Data value is set.
|
|
GetColumn ( |
Returns the type of column that is appropriate for the given property of the data source. Numbers, DateTime, Color and Boolean columns are mapped to NumberColumn, DateTimeColumn, ColorColumn and CheckBoxColumn respectively. The default is just a TextColumn.
|
public GetCell ( |
||
column | ||
val | object | |
return |
public GetColumn ( |
||
prop | ||
index | int | |
return |