Back to Devexpress

ASPxGridViewEditFormEventArgs.EditForm Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditformeventargs.md

latest1.3 KB
Original Source

ASPxGridViewEditFormEventArgs.EditForm Property

Gets the web control that represents the Edit Form.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public WebControl EditForm { get; }
vb
Public ReadOnly Property EditForm As WebControl

Property Value

TypeDescription
WebControl

A WebControl descendant that represents the Edit Form.

|

See Also

HtmlEditFormCreated

FindEditFormTemplateControl(String)

ASPxGridViewEditFormEventArgs Class

ASPxGridViewEditFormEventArgs Members

DevExpress.Web Namespace