ComponentOne ASP.NET MVC Controls
TopLeftCellsTemplate Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : TopLeftCellsTemplate Method
The builder function.
Configurates C1.Web.Mvc.FlexGridBase<T>.TopLeftCellsTemplate. Sets the templates for the topleft cells.
Syntax
'Declaration
 
Public Overridable Function TopLeftCellsTemplate( _
   ByVal build As Action(Of CellTemplateBuilder) _
) As TBuilder
public virtual TBuilder TopLeftCellsTemplate( 
   Action<CellTemplateBuilder> build
)

Parameters

build
The builder function.

Return Value

Current builder.
See Also

Reference

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