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