MVCxCardViewColumnLayoutItem.SetTemplateContent(String) Method
Allows you to provide a template for rendering the column layout item content.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| content | String | A method to which a template content rendering is delegated. |
See Also