CardViewEditFormTemplateContainer(ASPxCardView, Int32, Object) Constructor
Initializes a new instance of the CardViewEditFormTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
public CardViewEditFormTemplateContainer(
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.CardViewproperty. |
| visibleIndex | Int32 | An object that uniquely identifies the card that contains the template container. This value is assigned to the CardViewCardBaseTemplateContainer.KeyValue property. |
| dataItem | Object | An integer value that specifies the rendered item object’s index. This value is assigned to the TemplateContainerBase.ItemIndex property. |
See Also