ComponentOne ASP.NET MVC Controls
CellsTemplate Method

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