ASP.NET Core MVC コントロールヘルプ
QuickAutoSize メソッド (ColumnBaseBuilder<TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ColumnBaseBuilder<TControl,TBuilder> クラス : QuickAutoSize メソッド
The value.
Configurates C1.Web.Mvc.ColumnBase.QuickAutoSize. Sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column.
シンタックス
'宣言
 
Public Function QuickAutoSize( _
   ByVal value As System.Nullable(Of Boolean) _
) As TBuilder
public TBuilder QuickAutoSize( 
   System.Nullable<bool> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
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.
参照

ColumnBaseBuilder<TControl,TBuilder> クラス
ColumnBaseBuilder<TControl,TBuilder> メンバ