Skip to main content
Tab

ASPxGridViewEditFormEventArgs(WebControl) Constructor

Initializes a new instance of the ASPxGridViewEditFormEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewEditFormEventArgs(
    WebControl editForm
)

Parameters

Name Type Description
editForm WebControl

A WebControl descendant that represents the Edit Form. This value is assigned to the ASPxGridViewEditFormEventArgs.EditForm property.

See Also