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

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

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Setting this property to false disables quick auto-sizing. Setting it to true enables the feature, subject to the value of each column's QuickAutoSize property. Setting it to null (the default value) enables the feature for grids that don't have a custom itemFormatter or handlers attached to the formatItem event.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ