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

CardViewCardFooterTemplateContainer(ASPxCardView, Int32, Object) Constructor

Initializes a new instance of the CardViewCardFooterTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CardViewCardFooterTemplateContainer(
    ASPxCardView grid,
    int visibleIndex,
    object dataItem
)

Parameters

Name Type Description
grid ASPxCardView

An ASPxCardView object that owns the current object. This value is assigned to the CardViewBaseTemplateContainer.CardView property.

visibleIndex Int32

An integer value that specifies the rendered item object’s index. This value is assigned to the TemplateContainerBase.ItemIndex property.

dataItem Object

An object that represents the data item.

See Also