Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetTemplateContent(
    Action<CardViewDataItemTemplateContainer> contentMethod
)

Parameters

Name Type Description
contentMethod Action<CardViewDataItemTemplateContainer>

A string value specifying the template content.

See Also