System.Web.UI.WebControls.Table: Property Members

The properties of System.Web.UI.WebControls.Table are listed below. For a list of all members, see the Table Members list.

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

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.