GridViewBaseRowTemplateContainer(ASPxGridView, Object, Int32) Constructor
In This Article
Initializes a new instance of the GridViewBaseRowTemplateContainer class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewBaseRowTemplateContainer(
ASPxGridView grid,
object row,
int visibleIndex
)
#Parameters
Name | Type | Description |
---|---|---|
grid | ASPx |
An ASPx |
row | Object | An object that uniquely identifies the row that contains the template container. This value is assigned to the Grid |
visible |
Int32 | An integer value that specifies the rendered item object’s index. This value is assigned to the Template |
See Also