Master |
public class ColumnDef
The MasterSwingColumnDef type exposes the following members.
| Name | Description | |
|---|---|---|
| MasterSwingColumnDef | A column defintion for MasterSwing objects |
| Name | Description | |
|---|---|---|
| DefaultVisible | If a column is visible in ACT by default(when first added to the configuration) | |
| Label | This should be the same text as the dictionary key used to store this object which is what is displayed in ACT | |
| SqlDataName | The SQL safe name of the column | |
| SqlDataType | The SQL data type such as INT, VARCHAR, FLOAT |
| Name | Description | |
|---|---|---|
| GetCellBackColor | The delegated method to be called to get the BackColor of cell data, or Transparent for default | |
| GetCellData | The delegated method to be called to get back a string to display in ACT | |
| GetCellForeColor | The delegated method to be called to get the ForeColor of cell data, or Transparent for default | |
| GetSqlData | The delegated method to be called to get back a string to be used as a data value in SQL. Obviously this value must conform to the SqlDataType. | |
| SortComparer | The comparison method to call to compare two MasterSwing objects for sorting |