FormItemTable Members
Include Protected Members
Include Inherited Members
Represents a table used to display the FormItemRow and FormItemHorizontalLine objects.
The FormItemTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormItemTable | Initializes a new instance of the FormItemTable class. |
Top
Properties
Name | Description | |
---|---|---|
ColSpan | Gets or sets the number of the table columns that the FormItemTable spans if it is contained within a table. | |
RowSpace | Gets or sets the cellspacing attribute for the rendered table. |
Top
Methods
Name | Description | |
---|---|---|
Render | Renders the control to the specified HtmlTextWriter. (Overrides Control.Render(HtmlTextWriter).) |
Top