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

GroupHeaderTemplateContainer(Int32, Object, Int32) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GroupHeaderTemplateContainer(
    int index,
    object groupValue,
    int groupItemCount
)

Parameters

Name Type Description
index Int32

An integer value representing the rendered cell’s index.

groupValue Object

A Object representing the value of the group to which the rendered header belongs.

groupItemCount Int32

An integer value that represents the number of items contained within the group to which the rendered header belongs.

See Also