Skip to main content
Tab

IndexPanelItemTemplateContainer(Int32, Object, Int32, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public IndexPanelItemTemplateContainer(
    int index,
    object groupValue,
    int groupItemCount,
    string navigateUrl
)

Parameters

Name Type Description
index Int32

An integer value representing the index of the rendered index panel item whose template is being instantiated.

groupValue Object

An object that represents the value of the index panel item being rendered.

groupItemCount Int32

An integer value that represents the number of items contained within the group whose index panel item template is being instantiated.

navigateUrl String

A String value that defines a URL, representing the navigation location of the item whose template is being instantiated.

See Also