Class HtmlRecordColumn
The ID of the column (defaults to field name)
Class Members
| Member | Description | |
|---|---|---|
| Init |
o.Init(lcExpression, lcHeaderText)
|
|
| CSSClass | The CSS Class to apply to for the top level table. | |
| Expression | Any FoxPro Expression used to evaluate the value rendered into the grid column. The expression can be any valid FoxPro expression: * Cursor/Table Fields * Private Variables (note no LOCALs) * Class… | |
| FieldType | FoxPro Type identifier | |
| FieldWidth | Width of the field | |
| Format | FormatExpression. Can be FoxPro format expression or =UDF. UDF must accept single parameter | |
| HeaderAttributeString | Any attributes you want to add to the header's TD tag | |
| HeaderText | Text of the header | |
| ItemAttributeString | Any attributes you want to add to the TD tag | |
| RowAttributeString | Optional attribute string that gets attached to each row. | |
| RowCssClass | The CSS Class that is assigned to each Row. Defaults to Bootstrap's row class. | |
| Style | The style to apply to the column | |
Assembly: wwhtmlhelpers.prg
