ComponentOne ASP.NET MVC Controls
CloneFrozenCells Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : CloneFrozenCells Method
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.
Syntax
'Declaration
 
Public Overridable Function CloneFrozenCells( _
   ByVal value As Nullable(Of Boolean) _
) As TBuilder
public virtual TBuilder CloneFrozenCells( 
   Nullable<bool> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This property is set to null by default, which causes the grid to select the best setting depending on the browser.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members