ItemTemplateContainerBase(Int32, Object) Constructor
Initializes a new instance of the ItemTemplateContainerBase class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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