Skip to main content
All docs
V25.1
  • BootstrapGridViewEditFormLayoutEventArgs(BootstrapFormLayout, BootstrapGridView, Int32, Object) Constructor

    Initializes a new instance of the BootstrapGridViewEditFormLayoutEventArgs class with specified settings.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v25.1.dll

    NuGet Package: DevExpress.Web.Bootstrap

    Declaration

    public BootstrapGridViewEditFormLayoutEventArgs(
        BootstrapFormLayout editFormLayout,
        BootstrapGridView gridView,
        int rowVisibleIndex,
        object rowKeyValue
    )

    Parameters

    Name Type
    editFormLayout BootstrapFormLayout
    gridView BootstrapGridView
    rowVisibleIndex Int32
    rowKeyValue Object
    See Also