ASP.NET Core MVC コントロールヘルプ
CloneFrozenCells メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : CloneFrozenCells メソッド
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.CloneFrozenCells. Sets a value that determines whether the FlexGrid should clone frozen cells and show them in a separate element to improve perceived performance while scrolling.
シンタックス
'宣言
 
Public Overridable Function CloneFrozenCells( _
   ByVal value As System.Nullable(Of Boolean) _
) As TBuilder
public virtual TBuilder CloneFrozenCells( 
   System.Nullable<bool> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This property is set to null by default, which causes the grid to select the best setting depending on the browser.
参照

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