Свойство | Тип | Описание | |
---|---|---|---|
Fields | List |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
protected CreateTableWideRow ( |
||
field | FormField that will be included in these rows | |
grid | IGrid | |
Результат | void |
public this ( string fieldName ) : |
||
fieldName | string | Id of the field to be searched
/// |
Результат |