TableStyle Constructors

Definition

Initializes a new instance of the TableStyle class.

Overloads

TableStyle()

Initializes a new instance of the TableStyle class using default values.

TableStyle(StateBag)

Initializes a new instance of the TableStyle class with the specified state bag information.

TableStyle()

Initializes a new instance of the TableStyle class using default values.

public:
 TableStyle();
public TableStyle ();
Public Sub New ()

Remarks

Use this constructor to create and initialize a new instance of the TableStyle class using default values.

Applies to

TableStyle(StateBag)

Initializes a new instance of the TableStyle class with the specified state bag information.

public:
 TableStyle(System::Web::UI::StateBag ^ bag);
public TableStyle (System.Web.UI.StateBag bag);
new System.Web.UI.WebControls.TableStyle : System.Web.UI.StateBag -> System.Web.UI.WebControls.TableStyle
Public Sub New (bag As StateBag)

Parameters

bag
StateBag

A StateBag that represents the state bag in which to store style information.

Remarks

Use this constructor to create and initialize a new instance of the TableStyle class using the specified System.Web.UI.StateBag.

See also

Applies to