Skip to main content
All docs
V25.1
  • Tab

    ASPxGridViewEditFormLayoutEventArgs(ASPxFormLayout, ASPxGridView, Int32, Object) Constructor

    Initializes a new instance of the class.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.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