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

CardViewDataItemTemplateContainer Class

Represents a container for the templates used to render a data item within the ASPxCardView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CardViewDataItemTemplateContainer :
    CardViewCardBaseTemplateContainer

Remarks

CardViewDataItemTemplateContainer objects are automatically instantiated when one of the following templates is created: CardViewTemplates.DataItem, CardViewColumn.DataItemTemplate.

See Also