Back to Devexpress

GridViewSettings.HtmlRowCreated Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-ee2a38d0.md

latest1.8 KB
Original Source

GridViewSettings.HtmlRowCreated Property

Allows you to initialize elements contained within the grid templates, when a table row has been created.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewTableRowEventHandler HtmlRowCreated { get; set; }
vb
Public Property HtmlRowCreated As ASPxGridViewTableRowEventHandler

Property Value

TypeDescription
ASPxGridViewTableRowEventHandler

A ASPxGridViewTableRowEventHandler delegate method allowing you to implement custom processing.

|

Remarks

This event is raised for each row, displayed within the current page, when the corresponding HTML table row is created. You can handle this event, for example, to initialize web controls contained within grid templates.

See Also

Declaring Server-Side Event Handlers

Grid View

HtmlRowPrepared

Traversing Rows

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace