ColumnStyle

Wisej.Web.ColumnStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the look and feel of a column in a table layout.

public class ColumnStyle : TableLayoutStyle

Constructors

Initializes an instance of the ColumnStyle class to its default state.

Initializes and instance of the ColumnStyle class to its default state.

NameTypeDescription

style

Underlying style instance.

Initializes an instance of the ColumnStyle class using the supplied SizeType value.

NameTypeDescription

sizeType

A SizeType indicating how the column should be should be sized relative to its containing table.

Initializes and instance of the ColumnStyle class using the supplied SizeType and width values.

NameTypeDescription

sizeType

A SizeType indicating how the column should be should be sized relative to its containing table.

width

The preferred width, in pixels or percentage, depending on the sizeType parameter.

Throws:

Properties

Single: Returns or sets the width value for a column.

Throws:

Last updated