MVCxCardViewColumnLayoutItem.SetTemplateContent(Action<CardViewDataItemTemplateContainer>) Method
Allows you to provide a template for rendering the column layout item content.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
contentMethod | Action<CardViewDataItemTemplateContainer> | A string value specifying the template content. |
See Also