GridViewSettings.HtmlRowCreated Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxGridViewTableRowEventHandler HtmlRowCreated { get; set; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#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