The following tables list the members exposed by TableFormField.
Public Constructors
Name | Description | |
---|---|---|
TableFormField | Initializes a new TableFormField class object. |
Public Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of the field. | |
Process | Performs the processing of a field. |
Protected Methods
Name | Description | |
---|---|---|
ReadXmlValues | Reads the data of TableFormField from the XML string stored in _values_. | |
WriteXmlValues | Writes the TableFormField class data into the specified XML _valuesElement_. |
Public Properties
Name | Description | |
---|---|---|
Columns | Gets or sets the columns list of the table. | |
ExpectedPages | Gets List of expected pages indices that are occupied by TableFormField. | |
PagesBounds | Gets Dictionary of Pages bounds and Pages indices. | |
Result | (Read only) Gets the results of processing the field. | |
Rules | Gets or sets the rules for the table. |