Skip to main content
Version: 4.1

ColumnStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public class ColumnStyle : TableLayoutStyle

Constructors

Instance member ColumnStyle()

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

Instance member ColumnStyle(style)

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

NameTypeDescription
styleColumnStyleUnderlying style instance.

Instance member ColumnStyle(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 member ColumnStyle(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 member Width

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

Throws: