[]
Initializes a new instance of the GridControlAdapter.ColumnInfo class.
public ColumnInfo(GridLength width, double minWidth, double maxWidth, bool isVisible)
Public Sub New(width As GridLength, minWidth As Double, maxWidth As Double, isVisible As Boolean)
| Type | Name | Description |
|---|---|---|
| GridLength | width | The width. |
| double | minWidth | The minimum width. |
| double | maxWidth | The maximum width. |
| bool | isVisible | if set to |