ASPxGridViewEditFormEventArgs(WebControl) Constructor
Initializes a new instance of the ASPxGridViewEditFormEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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