ColumnStyle
Wisej.Web.ColumnStyle
Last updated
Wisej.Web.ColumnStyle
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the look and feel of a column in a table layout.
Initializes an instance of the ColumnStyle class to its default state.
Initializes and instance of the ColumnStyle class to its default state.
Name | Type | Description |
---|---|---|
Initializes an instance of the ColumnStyle class using the supplied SizeType value.
Name | Type | Description |
---|---|---|
Initializes and instance of the ColumnStyle class using the supplied SizeType and width values.
Throws:
ArgumentOutOfRangeException width is less than 0.
Single: Returns or sets the width value for a column.
Throws:
ArgumentOutOfRangeException The value is less than 0 when setting this property.
Name | Type | Description |
---|---|---|
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.
style
Underlying style instance.
sizeType
A SizeType indicating how the column should be should be sized relative to its containing table.