The following tables list the members exposed by ColumnInfo.
Public Constructors
Public Properties
| Name | Description |
| DataType | Gets or sets the data type of the items in the column. The specified datatype will be ignored if the WinComboBox is bound to a datasource. |
| Name | Gets or set the name of the column. |
| SortDirection | Gets or sets the direction in which the column is sorted. |
| SortIndex | Gets or sets the order in which the column is sorted. |
| Visible | Gets or sets a boolean value indicating if the column is visible. |
| Width | Gets or sets the width of the column in pixels |
Top
See Also