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 specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewGroupRowTemplateContainer(
    ASPxGridView grid,
    GridViewDataColumn[] columns,
    object row,
    int visibleIndex
)

Parameters

Name Type Description
grid ASPxGridView

An ASPxGridView object specifying the grid object.

columns GridViewDataColumn[]

A collection of GridViewColumn object specifying the grid columns.

row Object

An object specifying the grid row.

visibleIndex Int32

An integer value specifying the visible index.

See Also