Skip to main content
Tab

ItemTemplateContainerBase(Int32, Object) Constructor

Initializes a new instance of the ItemTemplateContainerBase class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ItemTemplateContainerBase(
    int itemIndex,
    object dataItem
)

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