ASPxGridViewEditFormEventArgs.EditForm Property
In This Article
Gets the web control that represents the Edit Form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public WebControl EditForm { get; }
#Property Value
Type | Description |
---|---|
Web |
A Web |
See Also