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

GridViewEditFormLayoutItemTemplateContainer(ASPxGridView, Object, Int32, GridViewDataColumn, ColumnLayoutItem) Constructor

Initializes a new instance of the GridViewEditFormLayoutItemTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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