Skip to main content
Tab

GroupHeaderTemplateContainer(Int32, Object, Int32) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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