ASPxGridViewEditFormEventArgs(WebControl) Constructor
Initializes a new instance of the ASPxGridViewEditFormEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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