ColumnStyle
Wisej.Web.ColumnStyle
Last updated
Was this helpful?
Wisej.Web.ColumnStyle
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the look and feel of a column in a table layout.
Initializes an instance of the class to its default state.
Initializes and instance of the class to its default state.
style
Underlying style instance.
Initializes an instance of the class using the supplied value.
sizeType
sizeType
width
The preferred width, in pixels or percentage, depending on the sizeType parameter.
Throws:
Throws:
A indicating how the column should be should be sized relative to its containing table.
Initializes and instance of the class using the supplied and width values.
A indicating how the column should be should be sized relative to its containing table.
width is less than 0.
: Returns or sets the width value for a column.
The value is less than 0 when setting this property.