Property | Type | Description | |
---|---|---|---|
Fields | List |
Method | Description | |
---|---|---|
DataBind ( ) : void |
Creates all cells and controls based on the Fields collection
|
|
Dispose ( ) : void |
Releases resources for each field.
|
|
this ( string fieldName ) : |
Searches for a field with the specified Id
|
Method | Description | |
---|---|---|
CreateCategoryRow ( string category, IGrid grid ) : void |
Creates a division row with a category name
|
|
CreateTableWideRow ( |
Creates a row that includes a label and another row for the value of a TableWide field
|
protected CreateCategoryRow ( string category, IGrid grid ) : void | ||
category | string | Name of the category
/// |
grid | IGrid | |
return | void |
protected CreateTableWideRow ( |
||
field | FormField that will be included in these rows | |
grid | IGrid | |
return | void |
public this ( string fieldName ) : |
||
fieldName | string | Id of the field to be searched
/// |
return |