GridViewEditFormLayoutItemTemplateContainer(ASPxGridView, Object, Int32, GridViewDataColumn, ColumnLayoutItem) Constructor
Initializes a new instance of the GridViewEditFormLayoutItemTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public GridViewEditFormLayoutItemTemplateContainer(
ASPxGridView grid,
object row,
int visibleIndex,
GridViewDataColumn column,
ColumnLayoutItem layoutItem
)
Parameters
| Name | Type | Description |
|---|---|---|
| grid | ASPxGridView | An ASPxGridView object that owns the current object. |
| row | Object | An object that uniquely identifies the row that contains the template container. |
| visibleIndex | Int32 | An integer value that specifies the rendered item object’s index. |
| column | GridViewDataColumn | A GridViewDataColumn object that is the data column to which the current object belongs. |
| layoutItem | ColumnLayoutItem | A ColumnLayoutItem object that is the layout item to which the current object belongs. |
See Also