Skip to main content
A newer version of this page is available. .
Tab

TemplateContainerBase(Int32, Object) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TemplateContainerBase(
    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