Back to Devexpress

GridViewSettings.HtmlEditFormCreated Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-6969ee23.md

latest1.7 KB
Original Source

GridViewSettings.HtmlEditFormCreated Property

Enables you to initialize elements contained within the grid’s Edit Form template.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewEditFormEventHandler HtmlEditFormCreated { get; set; }
vb
Public Property HtmlEditFormCreated As ASPxGridViewEditFormEventHandler

Property Value

TypeDescription
ASPxGridViewEditFormEventHandler

A ASPxGridViewEditFormEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

HtmlRowCreated

Edit Form

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace