This documentation is archived and is not being maintained.

TableStyle Properties

The properties of the TableStyle class are listed here. For a complete list of TableStyle class members, see the TableStyle Members topic.

Public Properties

public propertyBackColor (inherited from Style) Gets or sets the background color of the Web server control.
public propertyBackImageUrl Gets or sets the URL of an image to display in the background of a table control.
public propertyBorderColor (inherited from Style) Gets or sets the border color of the Web server control.
public propertyBorderStyle (inherited from Style) Gets or sets the border style of the Web server control.
public propertyBorderWidth (inherited from Style) Gets or sets the border width of the Web server control.
public propertyCellPadding Gets or sets the amount of space between the contents of the cell and the cell's border.
public propertyCellSpacing Gets or sets the distance between table cells.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyCssClass (inherited from Style) Gets or sets the CSS class rendered by the Web server control on the client.
public propertyFont (inherited from Style) Gets the font properties associated with the Web server control.
public propertyForeColor (inherited from Style) Gets or sets the foreground color (typically the color of the text) of the Web server control.
public propertyGridLines Gets or sets a value that specifies whether the border between the cells of the table control is displayed.
public propertyHeight (inherited from Style) Gets or sets the height of the Web server control.
public propertyHorizontalAlign Gets or sets the horizontal alignment of the table within its container.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.
public propertyWidth (inherited from Style) Gets or sets the width of the Web server control.

Protected Properties

protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.
protected propertyIsTrackingViewState (inherited from Style) Returns a value indicating whether any style elements have been defined in the state bag.

See Also

TableStyle Class | System.Web.UI.WebControls Namespace

Show: