[]
Represents a column in the table, containing properties for the design table.
public sealed class TableColumn
| Name | Description |
|---|---|
| TableColumn() | Initializes a new instance of the TableColumn class. |
| Name | Description |
|---|---|
| AutoWidth | Gets or sets an auto grow behavior of the column when there are hidden columns are present. |
| FixedHeader | Gets or sets a value indicating whether the header for this grouping should be displayed on the page even when the user scrolls part of the table off the page. |
| Visibility | Gets or sets a value indicating whether the column is hidden. |
| Width | Gets or sets a width of the column. |