[]
Contains the dimensions of a column.
public class GridControlAdapter.ColumnInfo
| Name | Description |
|---|---|
| ColumnInfo(GridLength, double, double, bool) | Initializes a new instance of the GridControlAdapter.ColumnInfo class. |
| Name | Description |
|---|---|
| DesiredWidth | Gets the desired width of the column. |
| IsVisible | Gets whether the column is visible. |
| MaxWidth | Gets the maximum width of the column. |
| MinWidth | Gets the minimum width of the column. |
| RenderWidth | Gets the render width of the column. |
| Width | Gets the width of the column. |
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified object, is equal to this instance. |
| GetHashCode() | Returns a hash code for this instance. |
| Name | Description |
|---|---|
| operator ==(ColumnInfo, ColumnInfo) | Implements the operator ==. |
| operator !=(ColumnInfo, ColumnInfo) | Implements the operator !=. |