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

GridViewGroupRowTemplateContainer(ASPxGridView, GridViewDataColumn, Object, Int32) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewGroupRowTemplateContainer(
    ASPxGridView grid,
    GridViewDataColumn column,
    object row,
    int visibleIndex
)

Parameters

Name Type Description
grid ASPxGridView

An ASPxGridView object that owns the current object. This value is assigned to the GridViewBaseTemplateContainer.Grid property.

column GridViewDataColumn

A GridViewDataColumn object that represents the grouped column. This value is assigned to the GridViewGroupRowTemplateContainer.Column property.

row Object

An object that identifies the group row that owns the template container.

visibleIndex Int32

An integer value that specifies the rendered item object’s index. This value is assigned to the TemplateContainerBase.ItemIndex property.

See Also