Skip to main content
Version: 3.5

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

Instance memberColumnStyle()

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

Instance memberColumnStyle(style)

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

NameTypeDescription
styleColumnStyleUnderlying style instance.

Instance memberColumnStyle(sizeType)

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

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

Instance memberColumnStyle(sizeType, width)

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

NameTypeDescription
sizeTypeSizeTypeA SizeType indicating how the column should be should be sized relative to its containing table.
widthSingleThe preferred width, in pixels or percentage, depending on the sizeType parameter.

Throws:

Properties

Instance memberWidth

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

Throws: