Configures an individual column that can be added to the HtmlDataGridConfig object.
Class Members
Member | Description | |
---|---|---|
Init |
Initializes a DataGridColumn by allowing for passing in several parameters for easire column creation. o.Init(lcExpression,lcHeaderText,lcAttributes) |
|
Expression |
Any FoxPro Expression (field, private var, UDF(), function) used to evaluate field | |
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 | |
Sortable |
Determines if the column is sortable | |
SortExpression |
The Expression used for sorting | |
Style |
The style to apply to the column |
Requirements
Assembly: wwhtmlhelpers.prgSee also:
Class HtmlDataGrid | Class HtmlDataGridConfig© West Wind Technologies, 1996-2024 • Updated: 10/01/15
Comment or report problem with topic