Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewEditFormEventArgs.EditForm Property

Gets the web control that represents the Edit Form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public WebControl EditForm { get; }

Property Value

Type Description
WebControl

A WebControl descendant that represents the Edit Form.

See Also