[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.CellsTemplate

CellsTemplate Method

CellsTemplate(Action<CellTemplateBuilder>)

Configurates CellsTemplate. Sets the templates for the content cells.

Declaration
public virtual TBuilder CellsTemplate(Action<CellTemplateBuilder> build)
Parameters
Type Name Description
Action<CellTemplateBuilder> build

The builder function.

Returns
Type Description
TBuilder

Current builder.