ASP.NET Core MVC コントロールヘルプ
QuickAutoSize プロパティ (ColumnBase)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > ColumnBase クラス : QuickAutoSize プロパティ
Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column.
シンタックス
'宣言
 
Public Property QuickAutoSize As System.Nullable(Of Boolean)
public System.Nullable<bool> QuickAutoSize {get; set;}
解説
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.
参照

ColumnBase クラス
ColumnBase メンバ