CardViewBaseTemplateContainer(ASPxCardView, Int32, Object) Constructor
In This Article
Initializes a new instance of the CardViewBaseTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewBaseTemplateContainer(
ASPxCardView grid,
int index,
object dataItem
)
#Parameters
Name | Type | Description |
---|---|---|
grid | ASPx |
An ASPx |
index | Int32 | The index. |
data |
Object | An object that represents the data item. |
See Also