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

ASPxGridViewEditFormLayoutEventArgs(ASPxFormLayout, ASPxGridView, Int32, Object) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewEditFormLayoutEventArgs(
    ASPxFormLayout editFormLayout,
    ASPxGridView gridView,
    int rowVisibleIndex,
    object rowKeyValue
)

Parameters

Name Type Description
editFormLayout ASPxFormLayout

The form layout.

gridView ASPxGridView

The grid view.

rowVisibleIndex Int32

The row’s visible index.

rowKeyValue Object

The row’s key value.

See Also