The following tables list the members exposed by ColumnInfo.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Name | Gets or set the name of the column. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SortDirection | Gets or sets the direction in which the column is sorted. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SortIndex | Gets or sets the order in which the column is sorted. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Visible | Gets or sets a boolean value indicating if the column is visible. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Width | Gets or sets the width of the column in pixels |
Top
See Also