[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.QuickAutoSize

QuickAutoSize Method

QuickAutoSize(bool?)

Configurates QuickAutoSize. Sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column.

Declaration
public TBuilder QuickAutoSize(bool? value)
Parameters
Type Name Description
bool? value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Setting this property to false disables quick auto-sizing for this column. Setting it to true enables the feature, subject to the value of the grid's QuickAutoSize property. Setting it to null (the default value) enables the feature for columns that display plain text and don't have templates.