[]
Static object that defines the default width for auto-generated grid columns based on their types.
public virtual TBuilder DefaultTypeWidth(DataType dataType, int width)
Public Overridable Function DefaultTypeWidth(dataType As DataType, width As Integer) As TBuilder
| Type | Name | Description |
|---|---|---|
| DataType | dataType | The dataType of columns. |
| int | width | The default width of columns with dataType. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |