Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public void SetTemplateContent(
    Action<CardViewDataItemTemplateContainer> contentMethod
)

Parameters

Name Type Description
contentMethod Action<CardViewDataItemTemplateContainer>

A string value specifying the template content.

See Also