Skip to main content
All docs
V19.1

MVCxGanttColumn.SetDataCellTemplateContent(String) Method

Allows you to provide a template to render a data cell for the current column.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void SetDataCellTemplateContent(
    string content
)

Parameters

Name Type Description
content String

A string value specifying the template content.

See Also