System.Web.UI.WebControls.Table Members

The members of System.Web.UI.WebControls.Table are listed below.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.Table class.

Public Properties

BackImageUrlstring.

Gets or sets the URL of the background image to display behind the System.Web.UI.WebControls.Table control.

Captionstring.

Gets or sets the text to render in an HTML caption element in a System.Web.UI.WebControls.Table control. This property is provided to make the control more accessible to users of Assistive Technology devices.

CaptionAlignTableCaptionAlign.

Gets or sets the horizontal or vertical position of the HTML caption element in a System.Web.UI.WebControls.Table control. This property is provided to make the control more accessible to users of Assistive Technology devices.

CellPaddingint.

Gets or sets the amount of space between the contents of a cell and the cell's border.

CellSpacingint.

Gets or sets the amount of space between cells.

GridLinesGridLines.

Gets or sets the grid line style to display in the System.Web.UI.WebControls.Table control.

HorizontalAlignHorizontalAlign.

Gets or sets the horizontal alignment of the System.Web.UI.WebControls.Table control on the page.

[read-only]
RowsTableRowCollection.

Gets the collection of rows in the System.Web.UI.WebControls.Table control.

Public Methods

override
RenderBeginTag(System.Web.UI.HtmlTextWriter)

Renders the HTML opening tag of the System.Web.UI.WebControls.Table control to the specified writer.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter.

override
CreateControlCollection() : System.Web.UI.ControlCollection

Creates a new System.Web.UI.ControlCollection object to hold the System.Web.UI.WebControls.TableRow controls of the current System.Web.UI.WebControls.Table control.

override
CreateControlStyle() : Style

Gets a reference to a collection of properties that define the appearance of a System.Web.UI.WebControls.Table control.

RaisePostBackEvent(string)

Raises events for the System.Web.UI.WebControls.Table control when a form is posted back to the server.

override
RenderContents(System.Web.UI.HtmlTextWriter)

Renders the rows in the table control to the specified writer.

Explicitly Implemented Interface Members