[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.DefaultTypeWidth

DefaultTypeWidth Method

DefaultTypeWidth(DataType, int)

Static object that defines the default width for auto-generated grid columns based on their types.

Declaration
public virtual TBuilder DefaultTypeWidth(DataType dataType, int width)
Parameters
Type Name Description
DataType dataType

The dataType of columns.

int width

The default width of columns with dataType.

Returns
Type Description
TBuilder

Current builder.