Skip to main content

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.v23.2.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