This documentation is archived and is not being maintained.

TableStyle Members

TableStyle overview

Public Constructors

public constructorTableStyle Constructor Overloaded. Initializes a new instance of the TableStyle class.

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.

Public Methods

public methodAddAttributesToRender Overloaded. Overridden. See Style.AddAttributesToRender.
public methodCopyFrom Overridden. See Style.CopyFrom.
public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodMergeWith Overridden. See Style.MergeWith.
public methodReset Overridden. See Style.Reset.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

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.

Protected Methods

protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodFinalize (inherited from Component) Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

TableStyle Class | System.Web.UI.WebControls Namespace

Show: