Class GridTableStyle

GridTableStyle class

Inherited from System.Web.UI.WebControls.TableStyle. Represents the style of a web table. Please refer to .NET SDK document about System.Web.UI.WebControls.TableStyle for further information.

public class GridTableStyle : TableStyle

Constructors

NameDescription
GridTableStyle()Default constructor.

Properties

NameDescription
override BackImageUrl { get; set; }Background image url.
BorderCollapse { get; set; }Specifies the border collapse feature.
BottomBorderStyle { get; set; }Specifies the style of bottom border of the table.
override CellPadding { get; set; }Always returns -1.
override CellSpacing { get; set; }Always returns -1.
override GridLines { get; set; }Grid lines.
override HorizontalAlign { get; set; }Horizontal align.
LayoutFixed { get; set; }Specifies whether the layout of the table is fixed(not extended automatically when it contain large objects).
LeftBorderStyle { get; set; }Specifies the style of left border of the table.
RightBorderStyle { get; set; }Specifies the style of right border of the table.
TopBorderStyle { get; set; }Specifies the style of top border of the table.

Methods

NameDescription
override AddAttributesToRender(HtmlTextWriter, WebControl)Internal use only. Do not call this method directly.
override CopyFrom(Style)Copies from another style object.
override MergeWith(Style)Merges with another style object.

See Also