ASPxGridViewEditFormLayoutEventArgs(ASPxFormLayout, ASPxGridView, Int32, Object) Constructor
In This Article
Initializes a new instance of the class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxGridViewEditFormLayoutEventArgs(
ASPxFormLayout editFormLayout,
ASPxGridView gridView,
int rowVisibleIndex,
object rowKeyValue
)
#Parameters
Name | Type | Description |
---|---|---|
edit |
ASPx |
The form layout. |
grid |
ASPx |
The grid view. |
row |
Int32 | The row’s visible index. |
row |
Object | The row’s key value. |
See Also