[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.CellTemplate

CellTemplate Method

CellTemplate(Action<CellTemplateBuilder>)

Configurates CellTemplate. Sets the cell template in this column.

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

The builder function.

Returns
Type Description
TBuilder

Current builder.

Remarks

It only works for cells panel.