Allows you to provide a template for rendering the content of all column cells.
Namespace:DevExpress.Web.Mvc
Assembly:DevExpress.Web.Mvc5.v18.2.dll

Syntax
C# |
public void SetColumnCellTemplateContent(
string content
)
|
VB |
Public Sub SetColumnCellTemplateContent(
ByVal content As String
)
|
Parameters
-
content
-
Type: String
A string value specifying the template content.

See Also