GridColumnWidth Constructors
Represents the width of the columns in the GridControl.Name | Parameters | Description |
---|---|---|
GridColumnWidth(Double, GridColumnUnitType) | value, unitType | Initializes a new instance of the GridColumnWidth class with a specified value and unit. |
GridColumnWidth(Double) | value | Initializes a new instance of the GridColumnWidth class with an absolute value in pixels. |
See Also