Skip to main content
All docs
V19.1

GanttSettings.SetDataCellTemplateContent(Action<TreeListDataCellTemplateContainer>) Method

Allows you to provide a template to render a data cell.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public void SetDataCellTemplateContent(
    Action<TreeListDataCellTemplateContainer> contentMethod
)

Parameters

Name Type Description
contentMethod Action<TreeListDataCellTemplateContainer>

A method to which template content rendering is delegated.

See Also