ItemTemplateContainerBase(Int32, Object) Constructor
Initializes a new instance of the ItemTemplateContainerBase class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| itemIndex | Int32 | An integer value representing the index of the rendered item object. |
| dataItem | Object | A Object that represents the templated item object being rendered. |
See Also