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

CardViewBaseTemplateContainer(ASPxCardView) Constructor

Initializes a new instance of the CardViewBaseTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CardViewBaseTemplateContainer(
    ASPxCardView grid
)

Parameters

Name Type Description
grid ASPxCardView

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

See Also